http://localhost:8080/th/index.html

来源:3-1 SpringBoot 构造并且返回一个json对象

慕函数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中的一段模板配置


写回答 关注

1回答

  • 慕码人1655573
    2018-05-01 19:13:13

    不直接跳到页面,直接跳到对应的controller

SpringBoot开发常用技术整合

SpringBoot 极简开发的框架整合利器

102171 学习 · 508 问题

查看课程

相似问题