场景IDEA中进行SpringBoot开发时提示:Error resolving template "xxx", template might not exist or might not be accessible实现原因是前端使用ajax请求后台数据,后台Controller的方法没有加 @ResponseBody注解。