啟動(dòng)之后,一直報(bào)空指針異常
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
2019-06-03
請(qǐng)問(wèn)這個(gè)問(wèn)題解決了嗎
java.lang.NullPointerException
報(bào)的是這個(gè)錯(cuò)誤,下面是代碼內(nèi)容
2019-05-09
我也遇到了,請(qǐng)問(wèn)你是怎么解決的
2019-04-20
spring boot實(shí)現(xiàn)郵箱驗(yàn)證碼注冊(cè)
https://blog.csdn.net/IndexMan/article/details/89409512