SpringBoot 2.1.1.RELEASE 集成quartz
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SpringBoot 2.1.1.RELEASE 集成quartz相关的知识,希望对你有一定的参考价值。
SpringBoot 2.1.1.RELEASE 集成quartz
http://www.qchcloud.cn/system/article/show/70
依赖配置:
<!-- 定时任务 -->
<dependency>
<groupId>org.quartz-scheduler</groupId>
<artifactId>quartz</artifactId>
</dependency>
定时任务:
以上是关于SpringBoot 2.1.1.RELEASE 集成quartz的主要内容,如果未能解决你的问题,请参考以下文章
SpringBoot 2.1.1.RELEASE 集成MyBatis
SpringBoot 2.1.1.RELEASE集成devtools
SpringBoot 2.1.1.RELEASE 集成quartz
SpringBoot 2.1.1.RELEASE 集成Email