http://localhost:8080/th/index.html
访问的时候如果输入后缀.html时候页面 找不到 把后缀.html去掉的话是可以访问到的
############################################################
#
# thymeleaf 静态资源配置
#
############################################################
spring.thymeleaf.prefix=classpath:/templates/
spring.thymeleaf.suffix=.html
spring.thymeleaf.mode=HTML5
spring.thymeleaf.encoding=UTF-8
spring.thymeleaf.content-type=text/html
#关闭缓存 即使刷新 上线生产环境需要改为true
spring.thymeleaf.cache=false
哪里有问题呢 上面一段是在application中的一段模板配置