类型 异常报告
消息 Request processing failed; nested exception is java.lang.NullPointerException
根本原因。
java.lang.NullPointerException com.abc.service.StudentServiceImpl.saveStudent(StudentServiceImpl.java:17) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
反复查看代码发现问题存在于StudentServiceImpl 没有加注解
加上之后就好啦



