zzzmh 技术笔记
喜欢编程,乐此不疲
Home
Archives
Tags
About
Springboot 通过自带的@Scheduled 实现定时任务
java
springboot
mybatis plus
定时任务
![](/api/file/getImage?fileId=5d527c3e16199b2a52000afd) 、 ## 需求 项目中需要用到一些简单的定时任务,定时执行一些事先写好的java方法 但具体何时执行等,需要做到数据库,实现动态配置 最终选择采用Springboot自带的方案 `@Schedule` 或 `SchedulingConfigurer` 来实现 ## 参考 参考以下文章
More »