This commit is contained in:
parent
89acc487b5
commit
0979242f08
|
@ -45,54 +45,7 @@
|
||||||
<activeByDefault>true</activeByDefault>
|
<activeByDefault>true</activeByDefault>
|
||||||
</activation>
|
</activation>
|
||||||
</profile>
|
</profile>
|
||||||
<profile>
|
|
||||||
<id>dev</id> <!--开发环境-->
|
|
||||||
<properties>
|
|
||||||
<profile.active>dev</profile.active>
|
|
||||||
</properties>
|
|
||||||
</profile>
|
|
||||||
<profile>
|
|
||||||
<id>ax</id> <!--澳星-->
|
|
||||||
<properties>
|
|
||||||
<profile.active>ax</profile.active>
|
|
||||||
</properties>
|
|
||||||
</profile>
|
|
||||||
<profile>
|
|
||||||
<id>hclocal</id> <!--何灿-->
|
|
||||||
<properties>
|
|
||||||
<profile.active>hclocal</profile.active>
|
|
||||||
</properties>
|
|
||||||
</profile>
|
|
||||||
<profile>
|
|
||||||
<id>llg</id> <!--吕磊钢-->
|
|
||||||
<properties>
|
|
||||||
<profile.active>llg</profile.active>
|
|
||||||
</properties>
|
|
||||||
</profile>
|
|
||||||
<profile>
|
|
||||||
<id>yuqh</id> <!--于群辉-->
|
|
||||||
<properties>
|
|
||||||
<profile.active>yuqh</profile.active>
|
|
||||||
</properties>
|
|
||||||
</profile>
|
|
||||||
<profile>
|
|
||||||
<id>xel</id> <!--相二林-->
|
|
||||||
<properties>
|
|
||||||
<profile.active>xel</profile.active>
|
|
||||||
</properties>
|
|
||||||
</profile>
|
|
||||||
<profile>
|
|
||||||
<id>ydc</id> <!--英德赛-->
|
|
||||||
<properties>
|
|
||||||
<profile.active>ydc</profile.active>
|
|
||||||
</properties>
|
|
||||||
</profile>
|
|
||||||
<profile>
|
|
||||||
<id>yc</id> <!--越城区-->
|
|
||||||
<properties>
|
|
||||||
<profile.active>yc</profile.active>
|
|
||||||
</properties>
|
|
||||||
</profile>
|
|
||||||
<profile>
|
<profile>
|
||||||
<id>kjs</id> <!--会稽山-->
|
<id>kjs</id> <!--会稽山-->
|
||||||
<properties>
|
<properties>
|
||||||
|
|
|
@ -1,23 +0,0 @@
|
||||||
#######################澳星环境#######################
|
|
||||||
logging:
|
|
||||||
#日志级别 指定目录级别
|
|
||||||
level:
|
|
||||||
root: info
|
|
||||||
encodings: GBK
|
|
||||||
file:
|
|
||||||
# 日志保存路径
|
|
||||||
path: E:\yongansystem\log
|
|
||||||
spring:
|
|
||||||
datasource:
|
|
||||||
dynamic:
|
|
||||||
datasource:
|
|
||||||
master:
|
|
||||||
url: jdbc:mysql://127.0.0.1:3306/businesscenter?serverTimezone=UTC&useUnicode=true&characterEncoding=UTF8&serverTimezone=GMT%2B8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowLoadLocalInfile=false&autoReconnect=true&failOverReadOnly=false&connectTimeout=30000&socketTimeout=30000&autoReconnectForPools=true
|
|
||||||
username: root
|
|
||||||
password: 62e4295b615a30dbf3b8ee96f41c820b
|
|
||||||
driver-class-name: com.mysql.jdbc.Driver # 3.2.0开始支持SPI可省略此配置
|
|
||||||
savefile:
|
|
||||||
# 文件保存路径
|
|
||||||
path: E:\yongansystem\file
|
|
||||||
zt:
|
|
||||||
url: http://127.0.0.1:9081/kangarooDataCenterV3/entranceController/externalCallInterface
|
|
|
@ -1,27 +0,0 @@
|
||||||
#######################本地环境#######################
|
|
||||||
logging:
|
|
||||||
#日志级别 指定目录级别
|
|
||||||
level:
|
|
||||||
root: info
|
|
||||||
encodings: UTF-8
|
|
||||||
file:
|
|
||||||
# 日志保存路径
|
|
||||||
path: D:\yongansystem\kangarooDataCenter\v3\logs
|
|
||||||
spring:
|
|
||||||
datasource:
|
|
||||||
dynamic:
|
|
||||||
datasource:
|
|
||||||
master:
|
|
||||||
# url: jdbc:mysql://hzya.ufyct.com:9096/businesscenternew?serverTimezone=UTC&useUnicode=true&characterEncoding=UTF8&serverTimezone=GMT%2B8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowLoadLocalInfile=false&autoReconnect=true&failOverReadOnly=false&connectTimeout=30000&socketTimeout=30000&autoReconnectForPools=true
|
|
||||||
# username: root
|
|
||||||
# password: bd993088e8a7c3dc5f44441617f9b4bf
|
|
||||||
# driver-class-name: com.mysql.jdbc.Driver # 3.2.0开始支持SPI可省略此配置
|
|
||||||
url: jdbc:mysql://hzya.ufyct.com:9014/businesscenter?serverTimezone=UTC&useUnicode=true&characterEncoding=UTF8&serverTimezone=GMT%2B8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowLoadLocalInfile=false&autoReconnect=true&failOverReadOnly=false&connectTimeout=30000&socketTimeout=30000&autoReconnectForPools=true
|
|
||||||
username: root
|
|
||||||
password: 62e4295b615a30dbf3b8ee96f41c820b
|
|
||||||
driver-class-name: com.mysql.jdbc.Driver # 3.2.0开始支持SPI可省略此配置
|
|
||||||
savefile:
|
|
||||||
# 文件保存路径
|
|
||||||
path: D:\yongansystem\kangarooDataCenter\v3\logs
|
|
||||||
zt:
|
|
||||||
url: http://127.0.0.1:9999/kangarooDataCenterV3/entranceController/externalCallInterface
|
|
|
@ -1,60 +0,0 @@
|
||||||
#######################本地环境#######################
|
|
||||||
logging:
|
|
||||||
#日志级别 指定目录级别
|
|
||||||
level:
|
|
||||||
root: info
|
|
||||||
encodings: UTF-8
|
|
||||||
file:
|
|
||||||
# 日志保存路径
|
|
||||||
path: /Users/apple/Desktop/log/local
|
|
||||||
spring:
|
|
||||||
data:
|
|
||||||
mongodb:
|
|
||||||
host: 192.168.2.237
|
|
||||||
port: 27017
|
|
||||||
database: businesscenter
|
|
||||||
auto-index-creation: true
|
|
||||||
# password: hzya1314
|
|
||||||
# username: hzya
|
|
||||||
flyway:
|
|
||||||
# 启动flyway migration, 默认为true
|
|
||||||
enabled: false
|
|
||||||
datasource:
|
|
||||||
dynamic:
|
|
||||||
druid:
|
|
||||||
filters: stat,log4j2
|
|
||||||
datasource:
|
|
||||||
master:
|
|
||||||
# url: jdbc:dm://hzya.ufyct.com:9040?schema=businesscenter&zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8&compatibleMode=oracle
|
|
||||||
# username: hzyazt
|
|
||||||
# password: 62e4295b615a30dbf3b8ee96f41c820b
|
|
||||||
# driver-class-name: dm.jdbc.driver.DmDriver
|
|
||||||
# type: com.alibaba.druid.pool.DruidDataSource
|
|
||||||
url: jdbc:mysql://ufidahz.com.cn:9014/businesscenter?serverTimezone=UTC&useUnicode=true&characterEncoding=UTF8&serverTimezone=GMT%2B8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowLoadLocalInfile=false&autoReconnect=true&failOverReadOnly=false&connectTimeout=30000&socketTimeout=30000&autoReconnectForPools=true
|
|
||||||
username: root
|
|
||||||
password: 62e4295b615a30dbf3b8ee96f41c820b
|
|
||||||
driver-class-name: com.mysql.jdbc.Driver # 3.2.0开始支持SPI可省略此配置
|
|
||||||
# url: jdbc:dm://hzya.ufyct.com:9040/businesscenter?zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8
|
|
||||||
# url: jdbc:dm://hzya.ufyct.com:9040?schema=businesscenter&zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8&compatibleMode=oracle
|
|
||||||
# username: hzyazt
|
|
||||||
# password: 62e4295b615a30dbf3b8ee96f41c820b
|
|
||||||
# driver-class-name: dm.jdbc.driver.DmDriver
|
|
||||||
savefile:
|
|
||||||
# 文件保存路径
|
|
||||||
path: /Users/apple/Desktop/log/local
|
|
||||||
zt:
|
|
||||||
url: http://127.0.0.1:9999/kangarooDataCenterV3/entranceController/externalCallInterface
|
|
||||||
cbs8:
|
|
||||||
appId: 1P4AGrpz
|
|
||||||
appSecret: 2c2369ae5dc04382844bbe3a5abf39e1bea9cd3a
|
|
||||||
url: https://cbs8-openapi-reprd.csuat.cmburl.cn
|
|
||||||
# 测试用这个 这个是银行给的,和下面的公钥不是一对密钥
|
|
||||||
ya_private_key: 83BA7EC821D35F4CB31FF9A51C1EFA520FC52AF828C2337F88E91CF119B07F44
|
|
||||||
# 这个私钥到时候上传到cbs,和下面到是同一对
|
|
||||||
#ya_private_key: e1eacfdee9b8d4184437d5a2071e17ce31befc3d93395f9f05709ed562e8dc46
|
|
||||||
ya_public_key: 044fa399d2223760f17b81b863cb482b009294c4516f8a605dea1475ec09e720eaa98468715e5ad509a592a0b426061551c5a3df236966c23253a7d894eac0dcde
|
|
||||||
cbs_public_key: 0469146F06BF3B01236E84632441E826
|
|
||||||
#电子回单下载临时存放位置
|
|
||||||
elec_path: /Users/xiangerlin/Downloads/
|
|
||||||
OA:
|
|
||||||
data_source_code: yc_oa
|
|
|
@ -1,23 +0,0 @@
|
||||||
#######################本地环境#######################
|
|
||||||
logging:
|
|
||||||
#日志级别 指定目录级别
|
|
||||||
level:
|
|
||||||
root: info
|
|
||||||
encodings: UTF-8
|
|
||||||
file:
|
|
||||||
# 日志保存路径
|
|
||||||
path: /Users/apple/Desktop/log/local
|
|
||||||
spring:
|
|
||||||
datasource:
|
|
||||||
dynamic:
|
|
||||||
datasource:
|
|
||||||
master:
|
|
||||||
url: jdbc:mysql://hzya.ufyct.com:9014/businesscenter?serverTimezone=UTC&useUnicode=true&characterEncoding=UTF8&serverTimezone=GMT%2B8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowLoadLocalInfile=false&autoReconnect=true&failOverReadOnly=false&connectTimeout=30000&socketTimeout=30000&autoReconnectForPools=true
|
|
||||||
username: root
|
|
||||||
password: 62e4295b615a30dbf3b8ee96f41c820b
|
|
||||||
driver-class-name: com.mysql.jdbc.Driver # 3.2.0开始支持SPI可省略此配置
|
|
||||||
savefile:
|
|
||||||
# 文件保存路径
|
|
||||||
path: /Users/apple/Desktop/log/local
|
|
||||||
zt:
|
|
||||||
url: http://127.0.0.1:9999/kangarooDataCenterV3/entranceController/externalCallInterface
|
|
|
@ -1,35 +0,0 @@
|
||||||
#######################本地环境#######################
|
|
||||||
logging:
|
|
||||||
#日志级别 指定目录级别
|
|
||||||
level:
|
|
||||||
root: info
|
|
||||||
encodings: UTF-8
|
|
||||||
file:
|
|
||||||
# 日志保存路径
|
|
||||||
path: /Users/xiangerlin/work/app/logs/kjs
|
|
||||||
spring:
|
|
||||||
datasource:
|
|
||||||
dynamic:
|
|
||||||
datasource:
|
|
||||||
master:
|
|
||||||
url: jdbc:mysql://ufidahz.com.cn:9014/businesscenter_kjs?serverTimezone=UTC&useUnicode=true&characterEncoding=UTF8&serverTimezone=GMT%2B8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowLoadLocalInfile=false&autoReconnect=true&failOverReadOnly=false&connectTimeout=30000&socketTimeout=30000&autoReconnectForPools=true
|
|
||||||
username: root
|
|
||||||
password: 62e4295b615a30dbf3b8ee96f41c820b
|
|
||||||
driver-class-name: com.mysql.jdbc.Driver # 3.2.0开始支持SPI可省略此配置
|
|
||||||
savefile:
|
|
||||||
# 文件保存路径
|
|
||||||
path: /Users/xiangerlin/work/app/logs/kjs
|
|
||||||
cbs8:
|
|
||||||
appId: 1P4AGrpz
|
|
||||||
appSecret: 2c2369ae5dc04382844bbe3a5abf39e1bea9cd3a
|
|
||||||
url: https://cbs8-openapi-reprd.csuat.cmburl.cn
|
|
||||||
# 测试用这个 这个是银行给的,和下面的公钥不是一对密钥
|
|
||||||
ya_private_key: 83BA7EC821D35F4CB31FF9A51C1EFA520FC52AF828C2337F88E91CF119B07F44
|
|
||||||
# 这个私钥到时候上传到cbs,和下面到是同一对
|
|
||||||
#ya_private_key: e1eacfdee9b8d4184437d5a2071e17ce31befc3d93395f9f05709ed562e8dc46
|
|
||||||
ya_public_key: 044fa399d2223760f17b81b863cb482b009294c4516f8a605dea1475ec09e720eaa98468715e5ad509a592a0b426061551c5a3df236966c23253a7d894eac0dcde
|
|
||||||
cbs_public_key: 0469146F06BF3B01236E84632441E826F3067A6B93BC3839C836A06007869CD351FBBE388B51F742859388BBC1DE089923AAFBC69E448F15141DDF30EE6CE90185
|
|
||||||
#电子回单下载临时存放位置
|
|
||||||
elec_path: /Users/xiangerlin/Downloads/
|
|
||||||
OA:
|
|
||||||
data_source_code: yc-test
|
|
|
@ -1,90 +0,0 @@
|
||||||
#logging:
|
|
||||||
# #日志级别 指定目录级别
|
|
||||||
# level:
|
|
||||||
# root: info
|
|
||||||
# encodings: UTF-8
|
|
||||||
# file:
|
|
||||||
# # 日志保存路径
|
|
||||||
# path: /zt/log
|
|
||||||
#spring:
|
|
||||||
# flyway:
|
|
||||||
# # 启动flyway migration, 默认为true
|
|
||||||
# enabled: false
|
|
||||||
# datasource:
|
|
||||||
# dynamic:
|
|
||||||
# druid:
|
|
||||||
# filters: stat,log4j2
|
|
||||||
# datasource:
|
|
||||||
# master:
|
|
||||||
# url: jdbc:dm://10.75.51.82:5238?schema=businesscenter&zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8&compatibleMode=oracle
|
|
||||||
# username: businesscenter
|
|
||||||
# password: 6842568689469adad597d144ee104063
|
|
||||||
# driver-class-name: dm.jdbc.driver.DmDriver
|
|
||||||
#savefile:
|
|
||||||
# # 文件保存路径
|
|
||||||
# path: /zt/file
|
|
||||||
#公司mysql
|
|
||||||
#ax:
|
|
||||||
# url: http://127.0.0.1:9999/kangarooDataCenterV3/entranceController/externalCallInterface
|
|
||||||
#logging:
|
|
||||||
# #日志级别 指定目录级别warn
|
|
||||||
# level:
|
|
||||||
# root: info
|
|
||||||
# encodings: UTF-8
|
|
||||||
# file:
|
|
||||||
# # 日志保存路径
|
|
||||||
# path: /home/webservice/zt/log
|
|
||||||
#spring:
|
|
||||||
# datasource:
|
|
||||||
# dynamic:
|
|
||||||
# datasource:
|
|
||||||
# master:
|
|
||||||
# url: jdbc:mysql://hzya.ufyct.com:9014/businesscenter?serverTimezone=UTC&useUnicode=true&characterEncoding=UTF8&serverTimezone=GMT%2B8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowLoadLocalInfile=false&autoReconnect=true&failOverReadOnly=false&connectTimeout=30000&socketTimeout=30000&autoReconnectForPools=true
|
|
||||||
# username: root
|
|
||||||
# password: 62e4295b615a30dbf3b8ee96f41c820b
|
|
||||||
# driver-class-name: com.mysql.jdbc.Driver # 3.2.0开始支持SPI可省略此配置
|
|
||||||
#savefile:
|
|
||||||
# # 文件保存路径
|
|
||||||
# path: /home/webservice/zt/file
|
|
||||||
|
|
||||||
|
|
||||||
#公司服务器达梦
|
|
||||||
logging:
|
|
||||||
#日志级别 指定目录级别
|
|
||||||
level:
|
|
||||||
root: info
|
|
||||||
encodings: UTF-8
|
|
||||||
file:
|
|
||||||
# 日志保存路径
|
|
||||||
path: /zt/log
|
|
||||||
spring:
|
|
||||||
flyway:
|
|
||||||
# 启动flyway migration, 默认为true
|
|
||||||
enabled: false
|
|
||||||
datasource:
|
|
||||||
dynamic:
|
|
||||||
druid:
|
|
||||||
filters: stat,log4j2
|
|
||||||
datasource:
|
|
||||||
master:
|
|
||||||
url: jdbc:dm://hzya.ufyct.com:9040?schema=businesscenter&zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8&compatibleMode=oracle
|
|
||||||
username: hzyazt
|
|
||||||
password: 62e4295b615a30dbf3b8ee96f41c820b
|
|
||||||
driver-class-name: dm.jdbc.driver.DmDriver
|
|
||||||
savefile:
|
|
||||||
# 文件保存路径
|
|
||||||
path: /zt/file
|
|
||||||
cbs8:
|
|
||||||
appId: 1P4AGrpz
|
|
||||||
appSecret: 2c2369ae5dc04382844bbe3a5abf39e1bea9cd3a
|
|
||||||
url: https://cbs8-openapi-reprd.csuat.cmburl.cn
|
|
||||||
# 测试用这个 这个是银行给的,和下面的公钥不是一对密钥
|
|
||||||
ya_private_key: 83BA7EC821D35F4CB31FF9A51C1EFA520FC52AF828C2337F88E91CF119B07F44
|
|
||||||
# 这个私钥到时候上传到cbs,和下面到是同一对
|
|
||||||
#ya_private_key: e1eacfdee9b8d4184437d5a2071e17ce31befc3d93395f9f05709ed562e8dc46
|
|
||||||
ya_public_key: 044fa399d2223760f17b81b863cb482b009294c4516f8a605dea1475ec09e720eaa98468715e5ad509a592a0b426061551c5a3df236966c23253a7d894eac0dcde
|
|
||||||
cbs_public_key: 0469146F06BF3B01236E84632441E826
|
|
||||||
#电子回单下载临时存放位置
|
|
||||||
elec_path: /zt/elecfile
|
|
||||||
OA:
|
|
||||||
data_source_code: yc_oa
|
|
|
@ -1,21 +0,0 @@
|
||||||
#######################本地环境#######################
|
|
||||||
logging:
|
|
||||||
#日志级别 指定目录级别
|
|
||||||
level:
|
|
||||||
root: info
|
|
||||||
encodings: UTF-8
|
|
||||||
file:
|
|
||||||
# 日志保存路径
|
|
||||||
path: /Users/xiangerlin/work/app/logs/ydc
|
|
||||||
spring:
|
|
||||||
datasource:
|
|
||||||
dynamic:
|
|
||||||
datasource:
|
|
||||||
master:
|
|
||||||
url: jdbc:mysql://hzya.ufyct.com:9096/businesscenternew?serverTimezone=UTC&useUnicode=true&characterEncoding=UTF8&serverTimezone=GMT%2B8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowLoadLocalInfile=false&autoReconnect=true&failOverReadOnly=false&connectTimeout=30000&socketTimeout=30000&autoReconnectForPools=true
|
|
||||||
username: root
|
|
||||||
password: bd993088e8a7c3dc5f44441617f9b4bf
|
|
||||||
driver-class-name: com.mysql.jdbc.Driver # 3.2.0开始支持SPI可省略此配置
|
|
||||||
savefile:
|
|
||||||
# 文件保存路径
|
|
||||||
path: /Users/xiangerlin/work/app/logs/ydc
|
|
|
@ -1,31 +0,0 @@
|
||||||
#######################本地环境#######################
|
|
||||||
logging:
|
|
||||||
#日志级别 指定目录级别
|
|
||||||
level:
|
|
||||||
root: info
|
|
||||||
encodings: UTF-8
|
|
||||||
file:
|
|
||||||
# 日志保存路径
|
|
||||||
path: /Users/xiangerlin/work/app/logs/yuecheng
|
|
||||||
spring:
|
|
||||||
datasource:
|
|
||||||
dynamic:
|
|
||||||
datasource:
|
|
||||||
master:
|
|
||||||
url: jdbc:mysql://hzya.ufyct.com:9014/businesscenter?serverTimezone=UTC&useUnicode=true&characterEncoding=UTF8&serverTimezone=GMT%2B8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowLoadLocalInfile=false&autoReconnect=true&failOverReadOnly=false&connectTimeout=30000&socketTimeout=30000&autoReconnectForPools=true
|
|
||||||
username: root
|
|
||||||
password: 62e4295b615a30dbf3b8ee96f41c820b
|
|
||||||
driver-class-name: com.mysql.jdbc.Driver # 3.2.0开始支持SPI可省略此配置
|
|
||||||
savefile:
|
|
||||||
# 文件保存路径
|
|
||||||
path: /Users/xiangerlin/work/app/logs/yuecheng
|
|
||||||
cbs8:
|
|
||||||
appId: 1P4AGrpz
|
|
||||||
appSecret: 2c2369ae5dc04382844bbe3a5abf39e1bea9cd3a
|
|
||||||
url: https://cbs8-openapi-reprd.csuat.cmburl.cn
|
|
||||||
# 测试用这个 这个是银行给的,和下面的公钥不是一对密钥
|
|
||||||
ya_private_key: 83BA7EC821D35F4CB31FF9A51C1EFA520FC52AF828C2337F88E91CF119B07F44
|
|
||||||
# 这个私钥到时候上传到cbs,和下面到是同一对
|
|
||||||
#ya_private_key: e1eacfdee9b8d4184437d5a2071e17ce31befc3d93395f9f05709ed562e8dc46
|
|
||||||
ya_public_key: 044fa399d2223760f17b81b863cb482b009294c4516f8a605dea1475ec09e720eaa98468715e5ad509a592a0b426061551c5a3df236966c23253a7d894eac0dcde
|
|
||||||
cbs_public_key: 0469146F06BF3B01236E84632441E826F3067A6B93BC3839C836A06007869CD351FBBE388B51F742859388BBC1DE089923AAFBC69E448F15141DDF30EE6CE90185
|
|
|
@ -1,23 +0,0 @@
|
||||||
#######################本地环境#######################
|
|
||||||
logging:
|
|
||||||
#日志级别 指定目录级别
|
|
||||||
level:
|
|
||||||
root: info
|
|
||||||
encodings: UTF-8
|
|
||||||
file:
|
|
||||||
# 日志保存路径
|
|
||||||
path: E:\yongansystem\log
|
|
||||||
spring:
|
|
||||||
datasource:
|
|
||||||
dynamic:
|
|
||||||
datasource:
|
|
||||||
master:
|
|
||||||
url: jdbc:mysql://hzya.ufyct.com:9096/businesscenternew?serverTimezone=UTC&useUnicode=true&characterEncoding=UTF8&serverTimezone=GMT%2B8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowLoadLocalInfile=false&autoReconnect=true&failOverReadOnly=false&connectTimeout=30000&socketTimeout=30000&autoReconnectForPools=true
|
|
||||||
username: root
|
|
||||||
password: bd993088e8a7c3dc5f44441617f9b4bf
|
|
||||||
driver-class-name: com.mysql.jdbc.Driver # 3.2.0开始支持SPI可省略此配置
|
|
||||||
savefile:
|
|
||||||
# 文件保存路径
|
|
||||||
path: E:\yongansystem\log
|
|
||||||
zt:
|
|
||||||
url: http://127.0.0.1:9999/kangarooDataCenterV3/entranceController/externalCallInterface
|
|
Loading…
Reference in New Issue