场景
IDEA中进行SpringBoot开发时提示:
Error resolving template "xxx", template might not exist or might not be accessible
实现
原因是前端使用ajax请求后台数据,后台Controller的方法没有加
@ResponseBody
注解。
IDEA中进行SpringBoot开发时提示:Error resolving template "xxx", template might not exist or might not be acce
阅读 125
2023-03-12
IDEA中进行SpringBoot开发时提示:
Error resolving template "xxx", template might not exist or might not be accessible
原因是前端使用ajax请求后台数据,后台Controller的方法没有加
@ResponseBody
注解。
相关推荐
精彩评论(0)