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

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

实现

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

 @ResponseBody

注解。

精彩评论(0)

0 0 举报