随笔分类 -  the others

杂七杂八
定时器的使用
摘要:定时器的使用: 创建定时器的类 打上@Component和@EnableScheduling的注解 import org.springframework.scheduling.annotation.EnableScheduling; import org.springframework.schedu 阅读全文
posted @ 2020-10-16 17:06 Torankusu 阅读(117) 评论(0) 推荐(0)