Request processing failed; nested exception is java.lang.NullPointerException] with root cause

来源:互联网 发布:淘宝网官网卖家中心 编辑:程序博客网 时间:2024/05/18 14:42

出现错误:

SEVERE: Servlet.service() for servlet [dispatcher] in context with path [] threw exception [Request processing failed; nested exception is java.lang.NullPointerException] with root causeroot cause   java.lang.NullPointerException   com.ulotrix.spring.service.PersonServiceImpl.listPersons(PersonServiceImpl.java:35)     com.ulotrix.spring.controller.PersonController.listPersons(PersonController.java:28)         sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
根本原因是引入的Service没有加@Autowired

@Autowired
private GetAppHighUrlByItimeService getAppHighUrlByItimeService;

0 1
原创粉丝点击