Loading

摘要: 不需要导入包运行主类 package com.lu; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; imp 阅读全文
posted @ 2022-11-19 20:15 LL。。。 阅读(14) 评论(0) 推荐(0)
摘要: 导入mail包 <!-- 导入邮件包 --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-mail</artifactId> </dependency> text练习 阅读全文
posted @ 2022-11-19 14:33 LL。。。 阅读(14) 评论(0) 推荐(0)
摘要: service.TasksService package com.lu.service; import org.springframework.scheduling.annotation.Async; import org.springframework.stereotype.Service; @S 阅读全文
posted @ 2022-11-19 13:42 LL。。。 阅读(9) 评论(0) 推荐(0)