问答详情
源自:3-1 SpringBoot 构造并且返回一个json对象

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


提问者:慕函数3265425 2018-05-01 16:54

个回答

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

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