文章分类 - 后端
-
发送邮件时,高版本jdk引起的ssl证书异常问题:
摘要:ERROR:org.springframework.mail.MailSendException: Mail server connection failed; nested exception is javax.mail.MessagingException: Could not connect 阅读全文
-
Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured.
摘要:spring boot 会默认加载org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration这个类, 而DataSourceAutoConfiguration类使用了@Configuration注解向spring注入 阅读全文