【发布时间】:2016-07-06 10:04:29
【问题描述】:
我是 Spring Boot 新手,我正在尝试为我的项目添加一个简单的 html 页面 目前,我的项目结构如下:
已阅读以下内容: https://spring.io/blog/2013/12/19/serving-static-web-content-with-spring-boot
以及 StackOverflow 中的其他答案,我希望在访问 http://localhost:8080/ 时看到 index.html 的内容
我可能会错过什么?
【问题讨论】:
标签: java spring-boot