|
@@ -24,12 +24,14 @@ mybatis.mapper-locations=classpath:/mybatis-mapper/*Mapper.xml
|
|
|
#mybatis.type-aliases-package=com.xxl.job.admin.core.model
|
|
|
|
|
|
### xxl-job, datasource
|
|
|
-#spring.datasource.url=jdbc:mysql://127.0.0.1:3306/xxl_job?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&serverTimezone=Asia/Shanghai
|
|
|
-#spring.datasource.username=root
|
|
|
-#spring.datasource.password=root
|
|
|
-spring.datasource.url=jdbc:mysql://106.52.134.22:3306/xxl_job?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&serverTimezone=Asia/Shanghai
|
|
|
-spring.datasource.username=dever
|
|
|
-spring.datasource.password=123456
|
|
|
+# local
|
|
|
+spring.datasource.url=jdbc:mysql://127.0.0.1:3306/xxl_job?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&serverTimezone=Asia/Shanghai
|
|
|
+spring.datasource.username=root
|
|
|
+spring.datasource.password=root
|
|
|
+# server
|
|
|
+#spring.datasource.url=jdbc:mysql://106.52.134.22:3306/xxl_job?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&serverTimezone=Asia/Shanghai
|
|
|
+#spring.datasource.username=dever
|
|
|
+#spring.datasource.password=123456
|
|
|
|
|
|
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
|
|
|
|
@@ -67,4 +69,4 @@ xxl.job.triggerpool.fast.max=200
|
|
|
xxl.job.triggerpool.slow.max=100
|
|
|
|
|
|
### xxl-job, log retention days 30
|
|
|
-xxl.job.logretentiondays=-1
|
|
|
+xxl.job.logretentiondays=30
|