0
3
971
1
就是存一个工具类,不多说,直接上代码:
使用Spring Boot 发送邮件 1.在pom.xml中引入邮件模块 2.在application.properties中增加如下配置 3.编写发送邮件测试类MailTe...