add 新增 集成 Xxl-Job 定时任务管理

This commit is contained in:
疯狂的狮子li
2022-01-10 11:46:56 +08:00
parent 6bf7371d89
commit e3cd9e30c3
188 changed files with 39306 additions and 9 deletions

View File

@@ -9,6 +9,10 @@ datasource:
url: jdbc:mysql://localhost:3306/ry-cloud?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&rewriteBatchedStatements=true
username: root
password: password
xxl-job-admin:
url: jdbc:mysql://localhost:3306/ry-job?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&rewriteBatchedStatements=true
username: root
password: password
spring:
datasource: