启动之后,一直报空指针异常
sendMessageTest(com.neo.helloWord.service.ServiceTest) Time elapsed: 0.026 sec <<< ERROR!
java.lang.NullPointerException: null
at com.neo.helloWord.hello.MailService.sendSimpleMail(MailService.java:34)
at com.neo.helloWord.service.ServiceTest.sendMessageTest(ServiceTest.java:26)
2019-04-03 16:06:14.461 INFO 5236 --- [ Thread-2] o.s.w.c.s.GenericWebApplicationContext : Closing org.springframework.web.context.support.GenericWebApplicationContext@26275bef: startup date [Wed Apr 03 16:06:10 CST 2019]; root of context hierarchy
Results :
Tests in error:
ServiceTest.sendMessageTest:26 ? NullPointer