https://github.com/v5tech/spring-quartz-cluster-sample
Spring整合Quartz基于数据库的分布式定时任务,可动态添加、删除、修改定时任务。
https://github.com/v5tech/spring-quartz-cluster-sample
quartz spring-quartz
Last synced: 9 months ago
JSON representation
Spring整合Quartz基于数据库的分布式定时任务,可动态添加、删除、修改定时任务。
- Host: GitHub
- URL: https://github.com/v5tech/spring-quartz-cluster-sample
- Owner: v5tech
- License: mit
- Created: 2016-08-04T08:16:21.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-05-28T05:27:39.000Z (over 5 years ago)
- Last Synced: 2025-03-30T09:07:46.741Z (10 months ago)
- Topics: quartz, spring-quartz
- Language: Java
- Size: 105 KB
- Stars: 327
- Watchers: 17
- Forks: 206
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spring-quartz-cluster-sample
Spring整合Quartz基于数据库的分布式定时任务,可动态添加、删除、修改定时任务。
**不建议在生产环境使用,生产环境强烈建议使用[xxl-job](https://github.com/xuxueli/xxl-job)**
操作步骤:
1、创建quartz数据库
2、执行src/main/resources/scripts下的建表语句
3、执行src/main/resources/create-schema.sql语句
4、修改数据库连接信息
# Screenshots

