标签:集成 inf boot 问题 style res http 方法 img
springboot集成thymeleaf中遇到的问题:
不能返回页面,只返回字符串
原因:在controller中使用了注解@RestController 或者注解@ResponseBody
解决方法:用 @Controller 代替 @RestController;
不使用@ResponseBody注解。
Springboot集成Thymeleaf中遇到的问题------不能返回页面,只返回字符串
标签:集成 inf boot 问题 style res http 方法 img
原文地址:https://www.cnblogs.com/BenNiaoXianFei/p/12672384.html