摘要: 1.jar包依赖 <!-- 邮件 --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-mail</artifactId> </dependency> 2.在appli 阅读全文
posted @ 2019-02-13 11:04 MengJH 阅读(235) 评论(0) 推荐(0)
摘要: 1.jar包依赖 pom包里面只需要引入springboot starter包即可 2.启动类上添加启动注解@EnableScheduling @SpringBootApplication /** * 定时任务的注解 * @author Leruan * */ @EnableScheduling p 阅读全文
posted @ 2019-02-13 10:37 MengJH 阅读(149) 评论(0) 推荐(0)