[解决]org.springframework.web.util.NestedServletException: Request processing failed; nested exceptio

错误状态码500 报错内容

[解决]org.springframework.web.util.NestedServletException: Request processing failed; nested exceptio

由图片可以看出,我是在contoller层时候出现了异常不能执行.这时候我们就要去controller层去找错误原因.

找了N久才发现声明的一个接口类中没有设置@Autowired

[解决]org.springframework.web.util.NestedServletException: Request processing failed; nested exceptio

将接口类自动注入

[解决]org.springframework.web.util.NestedServletException: Request processing failed; nested exceptio

这时候再次测试,还是500仔细一看异常变了

[解决]org.springframework.web.util.NestedServletException: Request processing failed; nested exceptio

不说了继续找我的错误去!~~o(>_<)o ~~ 

[解决]org.springframework.web.util.NestedServletException: Request processing failed; nested exceptio