12 2021 档案
关于Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.NullPointerException] with root cause错误提示
摘要:首先来看报错的错误信息,一直都报空指针异常; 仔细检查 是因为mapper上没有@Autowired的注解 加上这个注解就不会报错了~ 阅读全文
posted @ 2021-12-04 11:32 情字何解怎落笔都不对 阅读(889) 评论(0) 推荐(0)