阿钰12346
2019-04-09 12:39
错误运行截图如下:
你的返回结果是Restful的返回结果,可能原因是使用了@RestController 或者 使用了@RequestMapping+@ResponseBody.如果想要返回页面只能使用@Controller + @RequestMapping
记得上一节课的@RestControllerAdvice标记吗,把IMoocAjaxExceptionHandler里的注释去
你调用的是哪一个errorHandler方法? 不同的方法,返回的内容不一样.
SpringBoot开发常用技术整合
102171 学习 · 508 问题
相似问题
回答 2
回答 3