spring boot web开发中的默认首页问题
spring boot 中进行web开发,找不到index首页问题。
1 静态页面
Spring Boot 项目在启动后,首先去静态资源路径(resources/static)下查找 index.html
2 动态页面
我这里使用的thymeleaf模板引擎,再其次会在resources/template中查找index.html

spring boot 中进行web开发,找不到index首页问题。
1 静态页面
Spring Boot 项目在启动后,首先去静态资源路径(resources/static)下查找 index.html
2 动态页面
我这里使用的thymeleaf模板引擎,再其次会在resources/template中查找index.html
