build: 添加澳星环境配置文件
- 新增 application-zanhuoprod.yml 配置文件- 设置日志级别、日志文件路径等 - 配置数据库连接信息 - 指定文件保存路径 - 添加 Kangaroo 数据中心 URL
This commit is contained in:
parent
8fabbe8539
commit
08b2211d17
|
@ -0,0 +1,25 @@
|
||||||
|
#######################澳星环境#######################
|
||||||
|
logging:
|
||||||
|
#日志级别 指定目录级别
|
||||||
|
level:
|
||||||
|
root: info
|
||||||
|
encodings: UTF-8
|
||||||
|
file:
|
||||||
|
# 日志保存路径
|
||||||
|
path: /data/ztlog
|
||||||
|
spring:
|
||||||
|
datasource:
|
||||||
|
dynamic:
|
||||||
|
datasource:
|
||||||
|
master:
|
||||||
|
url: jdbc:mysql://192.168.99.4: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: da51213c6d9d6a7f7c364a3d1a71345f
|
||||||
|
driver-class-name: com.mysql.jdbc.Driver # 3.2.0开始支持SPI可省略此配置
|
||||||
|
savefile:
|
||||||
|
# 文件保存路径
|
||||||
|
path: /data/ztfile
|
||||||
|
pluginpath: xxx
|
||||||
|
tomcatpath: xxx
|
||||||
|
zt:
|
||||||
|
url: http://127.0.0.1:9999/kangarooDataCenterV3/entranceController/externalCallInterface
|
Loading…
Reference in New Issue