空指针异常java.lang.NullPointerException: null2022-09-18 09:30:30 一、异常: 后台:java.lang.NullPointerException: null postman:“error”: “Internal Server Error”, 使用postMan测试接口的时候出现以下异常信息 后台:空指针异常 二、解决办法 1、在启动类上添加包扫描,如下: 2、在pom文件中添加依赖 3、在application.properties文件中配置mapper.xml文件的路径,如下: 上一篇:SQL-1下一篇:Private方法造成NullPointerException