springboot 报空指针错误
Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.NullPointerException] with root cause java.lang.NullPointerException: null
注意检查是否有引用未注入,注入就可以了。
相关链接