|
@@ -1,5 +1,5 @@
|
|
|
### web
|
|
|
-server.port=8080
|
|
|
+server.port=9966
|
|
|
#server.port=7009
|
|
|
server.servlet.context-path=/xxl-job-admin
|
|
|
|
|
@@ -24,9 +24,13 @@ 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://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
|
|
|
+
|
|
|
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
|
|
|
|
|
### datasource-pool
|
|
@@ -62,5 +66,5 @@ xxl.job.i18n=zh_CN
|
|
|
xxl.job.triggerpool.fast.max=200
|
|
|
xxl.job.triggerpool.slow.max=100
|
|
|
|
|
|
-### xxl-job, log retention days
|
|
|
-xxl.job.logretentiondays=30
|
|
|
+### xxl-job, log retention days 30
|
|
|
+xxl.job.logretentiondays=-1
|