SpringBoot+Thyemleaf开发环境正常,运行就报错Template might not exist or might not be accessible

SpringBoot+Thyemleaf开发环境正常,运行就报错Template might not exist or might not be accessible

 

 

SpringBoot+Thyemleaf开发环境正常,运行就报错Template might not exist or might not be accessible

 

 

在controller层请求处理完了返回时,没有使用@RestController或@ResponseBody而返回了非json格式

这种情况下返回的数据thymeleaf模板无法解析,直接报错,本人也是因为这个原因才报错。

解决方案:可以将@Controller换成@RestController,不过需要注意有没有其他的方法返回了html页面,会导致返回的不是页面而是字符串;

最好的方法就是在你所请求的方法上面加一个@ResponseBody即可。

SpringBoot+Thyemleaf开发环境正常,运行就报错Template might not exist or might not be accessible

上一篇:SQL中Group by和聚合函数


下一篇:cmd启动mysql,服务名无效