慕函数3265425
2018-05-01 16:54
访问的时候如果输入后缀.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中的一段模板配置
不直接跳到页面,直接跳到对应的controller
SpringBoot开发常用技术整合
102171 学习 · 508 问题
相似问题