问题遇到的现象和发生背景
问题相关代码,请勿粘贴截图
运行结果及报错内容
Exception in thread "main" java.lang.NullPointerException
at com.example.demo.Service.StudentService.getStudentInfo(StudentService.java:15)
at com.example.demo.DemoApplication.main(DemoApplication.java:24)
我的解答思路和尝试过的方法
修改mapper方法,修改xml文件
我想要达到的结果
能对数据库中的数据增删改查