Servlet.service() for servlet [dispatcherServlet] in context with path [] th

2022-08-24 14:49:58 浏览数 (1)

大家好,又见面了,我是你们的朋友全栈君。

控制台报错信息

Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.NullPointerException] with root cause

e

1.controller层没有加@ResponseBody

2.Service层实现类未添加注解@Autowired

3.@RestController使用成了@Controller

总结来说 就是springboot注解要正确使用,以及前后台的数据格式要一致。 记录一下,也希望对你有帮助。

发布者:全栈程序员栈长,转载请注明出处:https://javaforall.cn/140380.html原文链接:https://javaforall.cn

0 人点赞