Handler execution resulted in exception - forwarding to resolved error view:
严重: Servlet.service() for servlet [springmvc] in context with path [/Atcrowdfunding-main] threw exception [Request processing failed; nested exception is java.lang.NullPointerException] with root cause
java.lang.NullPointerException
at com.atguigu.atcrowdfunding.manager.controller.UserController.index(UserController.java:26)
Controller 里面执行你的service相关方法的时候 会报一个空指针异常
因为也没有进入到serviceimpl的方法里,所以不知道问题出在那了,找了半天终于发现 是相关的注解没有加进去, userService 的@Autowired 注解一定要加!!!!!