kangarooDataCenterV3/buildpackage/src/main/resources/application-ax.yml

22 lines
913 B
YAML
Raw Normal View History

2024-04-25 13:39:17 +08:00
#######################澳星环境#######################
2024-04-25 08:49:15 +08:00
logging:
#日志级别 指定目录级别
level:
root: info
file:
# 日志保存路径
2024-04-25 13:39:17 +08:00
path: E:\yongansystem\log
2024-04-25 08:49:15 +08:00
spring:
datasource:
dynamic:
datasource:
master:
2024-04-25 13:39:17 +08:00
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
2024-04-25 08:49:15 +08:00
username: root
2024-04-25 13:39:17 +08:00
password: 62e4295b615a30dbf3b8ee96f41c820b
2024-04-25 08:49:15 +08:00
driver-class-name: com.mysql.jdbc.Driver # 3.2.0开始支持SPI可省略此配置
savefile:
# 文件保存路径
2024-04-25 13:39:17 +08:00
path: E:\yongansystem\file
ax:
url: http://127.0.0.1:9081/kangarooDataCenterV3/entranceController/externalCallInterface