摘要:
``` 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 阅读全文
摘要:
``` package com.example.scheduldemo; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.scheduling.annot 阅读全文
摘要:
``` package com.example.scheduldemo; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.scheduling.annot 阅读全文