http://localhost:8080/th/index.html
訪問(wèn)的時(shí)候如果輸入后綴.html時(shí)候頁(yè)面 找不到 把后綴.html去掉的話是可以訪問(wèn)到的 ?
############################################################
#
# thymeleaf 靜態(tài)資源配置
#
############################################################
spring.thymeleaf.prefix=classpath:/templates/
spring.thymeleaf.suffix=.html
spring.thymeleaf.mode=HTML5
spring.thymeleaf.encoding=UTF-8
spring.thymeleaf.content-type=text/html
#關(guān)閉緩存 即使刷新 上線生產(chǎn)環(huán)境需要改為true
spring.thymeleaf.cache=false
哪里有問(wèn)題呢 上面一段是在application中的一段模板配置
2018-05-01
不直接跳到頁(yè)面,直接跳到對(duì)應(yīng)的controller