0
点赞
收藏
分享

微信扫一扫

IDEA中进行SpringBoot开发时提示:Error resolving template "xxx", template might not exist or might not be acce


场景

IDEA中进行SpringBoot开发时提示:

Error resolving template "xxx", template might not exist or might not be accessible

IDEA中进行SpringBoot开发时提示:Error resolving template "xxx", template might not exist or might not be acce_ajax

实现

原因是前端使用ajax请求后台数据,后台Controller的方法没有加

 @ResponseBody

注解。

举报

相关推荐

0 条评论