spring boot web开发中的默认首页问题

spring boot 中进行web开发,找不到index首页问题。

1 静态页面

Spring Boot 项目在启动后,首先去静态资源路径(resources/static)下查找 index.html 

2 动态页面

我这里使用的thymeleaf模板引擎,再其次会在resources/template中查找index.html

 

 

posted @ 2021-11-06 12:34  记录代码  阅读(224)  评论(0)    收藏  举报