修改主数据
This commit is contained in:
parent
4df2832c59
commit
ccfb478ce9
|
@ -1,28 +1,28 @@
|
||||||
#logging:
|
logging:
|
||||||
# #日志级别 指定目录级别
|
#日志级别 指定目录级别
|
||||||
# level:
|
level:
|
||||||
# root: info
|
root: info
|
||||||
# encodings: UTF-8
|
encodings: UTF-8
|
||||||
# file:
|
file:
|
||||||
# # 日志保存路径
|
# 日志保存路径
|
||||||
# path: /zt/log
|
path: /zt/log
|
||||||
#spring:
|
spring:
|
||||||
# flyway:
|
flyway:
|
||||||
# # 启动flyway migration, 默认为true
|
# 启动flyway migration, 默认为true
|
||||||
# enabled: false
|
enabled: false
|
||||||
# datasource:
|
datasource:
|
||||||
# dynamic:
|
dynamic:
|
||||||
# druid:
|
druid:
|
||||||
# filters: stat,log4j2
|
filters: stat,log4j2
|
||||||
# datasource:
|
datasource:
|
||||||
# master:
|
master:
|
||||||
# url: jdbc:dm://10.75.51.82:5238?schema=businesscenter&zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8&compatibleMode=oracle
|
url: jdbc:dm://10.75.51.82:5238?schema=businesscenter&zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8&compatibleMode=oracle
|
||||||
# username: businesscenter
|
username: businesscenter
|
||||||
# password: 6842568689469adad597d144ee104063
|
password: 6842568689469adad597d144ee104063
|
||||||
# driver-class-name: dm.jdbc.driver.DmDriver
|
driver-class-name: dm.jdbc.driver.DmDriver
|
||||||
#savefile:
|
savefile:
|
||||||
# # 文件保存路径
|
# 文件保存路径
|
||||||
# path: /zt/file
|
path: /zt/file
|
||||||
#公司mysql
|
#公司mysql
|
||||||
#ax:
|
#ax:
|
||||||
# url: http://127.0.0.1:9999/kangarooDataCenterV3/entranceController/externalCallInterface
|
# url: http://127.0.0.1:9999/kangarooDataCenterV3/entranceController/externalCallInterface
|
||||||
|
@ -49,31 +49,31 @@
|
||||||
|
|
||||||
|
|
||||||
#公司服务器达梦
|
#公司服务器达梦
|
||||||
logging:
|
#logging:
|
||||||
#日志级别 指定目录级别
|
# #日志级别 指定目录级别
|
||||||
level:
|
# level:
|
||||||
root: info
|
# root: info
|
||||||
encodings: UTF-8
|
# encodings: UTF-8
|
||||||
file:
|
# file:
|
||||||
# 日志保存路径
|
# # 日志保存路径
|
||||||
path: /zt/log
|
# path: /zt/log
|
||||||
spring:
|
#spring:
|
||||||
flyway:
|
# flyway:
|
||||||
# 启动flyway migration, 默认为true
|
# # 启动flyway migration, 默认为true
|
||||||
enabled: false
|
# enabled: false
|
||||||
datasource:
|
# datasource:
|
||||||
dynamic:
|
# dynamic:
|
||||||
druid:
|
# druid:
|
||||||
filters: stat,log4j2
|
# filters: stat,log4j2
|
||||||
datasource:
|
# datasource:
|
||||||
master:
|
# master:
|
||||||
url: jdbc:dm://hzya.ufyct.com:9040?schema=businesscenter&zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8&compatibleMode=oracle
|
# url: jdbc:dm://hzya.ufyct.com:9040?schema=businesscenter&zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8&compatibleMode=oracle
|
||||||
username: hzyazt
|
# username: hzyazt
|
||||||
password: 62e4295b615a30dbf3b8ee96f41c820b
|
# password: 62e4295b615a30dbf3b8ee96f41c820b
|
||||||
driver-class-name: dm.jdbc.driver.DmDriver
|
# driver-class-name: dm.jdbc.driver.DmDriver
|
||||||
savefile:
|
#savefile:
|
||||||
# 文件保存路径
|
# # 文件保存路径
|
||||||
path: /zt/file
|
# path: /zt/file
|
||||||
cbs8:
|
cbs8:
|
||||||
appId: 1P4AGrpz
|
appId: 1P4AGrpz
|
||||||
appSecret: 2c2369ae5dc04382844bbe3a5abf39e1bea9cd3a
|
appSecret: 2c2369ae5dc04382844bbe3a5abf39e1bea9cd3a
|
||||||
|
|
Loading…
Reference in New Issue