Commit 1f38a3a8 by 郑云飞

job配置修改

parent 7af7d21b
......@@ -13,7 +13,7 @@ xxl.job:
# 执行器开关
enabled: false
# 调度中心地址:如调度中心集群部署存在多个地址则用逗号分隔。
admin-addresses: http://localhost:9100/xxl-job-admin
admin-addresses: http://localhost:9300/xxl-job-admin
# 执行器通讯TOKEN:非空时启用
access-token: xxl-job
executor:
......
......@@ -14,9 +14,9 @@ spring:
datasource:
type: com.zaxxer.hikari.HikariDataSource
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://localhost:3306/ry-vue?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&serverTimezone=Asia/Shanghai
url: jdbc:mysql://db1.prd.jianghuxx.com:3317/xinrenli?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowMultiQueries=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=Asia/Shanghai
username: root
password: root
password: 4f9fa23639242790
hikari:
auto-commit: true
connection-test-query: SELECT 1
......
--- # server 配置
server:
port: 9100
port: 9300
servlet:
context-path: /xxl-job-admin
spring:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment