[java] springboot thymeleaf模板文件未生效

[java] springboot thymeleaf模板文件未生效

problem

引入了thymeleaf模板mvn包
但是页面访问只显示返回字符串'index',而不是templates目录下的index.html

solutin

原因: 注解不对
@RestController -> @Controller 即可

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章