摘要: ``` org.springframework.boot spring-boot-starter-mail ``` ``` spring.mail.username=XX@qq.com spring.mail.password=XXX spring.mail.host=smtp.qq.com #qq需要开启ssl spring.mail.properties.mail.smtp.ssl.enabl 阅读全文
posted @ 2020-05-20 22:32 xl4ng 阅读(144) 评论(0) 推荐(0) 编辑
摘要: ``` package com.example.scheduldemo; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.scheduling.annot 阅读全文
posted @ 2020-05-20 21:53 xl4ng 阅读(834) 评论(0) 推荐(0) 编辑
摘要: ``` package com.example.scheduldemo; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.scheduling.annot 阅读全文
posted @ 2020-05-20 21:38 xl4ng 阅读(247) 评论(0) 推荐(0) 编辑