springboot集成schedule实现定时任务-创新互联
背景
成都创新互联提供高防物理服务器租用、云服务器、香港服务器、四川服务器托管等在项目开发过程中,我们经常需要执行具有周期性的任务。通过定时任务可以很好的帮助我们实现。
我们拿常用的几种定时任务框架做一个比较:
从以上表格可以看出,Spring Schedule框架功能完善,简单易用。对于中小型项目需求,Spring Schedule是完全可以胜任的。
1、springboot集成schedule
1.1 添加maven依赖包
由于Spring Schedule包含在spring-boot-starter基础模块中了,所有不需要增加额外的依赖。
org.springframework.boot spring-boot-starter org.springframework.boot spring-boot-starter-test test
分享名称:springboot集成schedule实现定时任务-创新互联
分享URL:http://scyanting.com/article/geeco.html