2024-05-07 09:26:06 +08:00
|
|
|
#######################本地环境#######################
|
|
|
|
logging:
|
|
|
|
#日志级别 指定目录级别
|
|
|
|
level:
|
|
|
|
root: info
|
|
|
|
encodings: UTF-8
|
|
|
|
file:
|
2024-05-31 15:26:15 +08:00
|
|
|
# 日志保存路径
|
2024-05-07 09:26:06 +08:00
|
|
|
path: /Users/apple/Desktop/log/local
|
|
|
|
spring:
|
|
|
|
datasource:
|
|
|
|
dynamic:
|
2024-05-31 15:26:15 +08:00
|
|
|
druid:
|
|
|
|
filters: stat,log4j2
|
2024-05-07 09:26:06 +08:00
|
|
|
datasource:
|
|
|
|
master:
|
2024-05-31 15:26:15 +08:00
|
|
|
url: jdbc:dm://hzya.ufyct.com:9040?schema=businesscenter&characterEncoding=UTF-8
|
|
|
|
username: hzyazt
|
|
|
|
password: 62e4295b615a30dbf3b8ee96f41c820b
|
|
|
|
driver-class-name: dm.jdbc.driver.DmDriver
|
|
|
|
# type: com.alibaba.druid.pool.DruidDataSource
|
|
|
|
# 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
|
2024-05-23 15:33:25 +08:00
|
|
|
# username: root
|
2024-05-31 15:26:15 +08:00
|
|
|
# password: 62e4295b615a30dbf3b8ee96f41c820b
|
2024-05-23 15:33:25 +08:00
|
|
|
# driver-class-name: com.mysql.jdbc.Driver # 3.2.0开始支持SPI可省略此配置
|
2024-05-31 15:26:15 +08:00
|
|
|
# url: jdbc:dm://hzya.ufyct.com:9040/businesscenter?zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8
|
|
|
|
|
2024-05-07 09:26:06 +08:00
|
|
|
savefile:
|
2024-05-31 15:26:15 +08:00
|
|
|
# 文件保存路径
|
2024-05-07 09:26:06 +08:00
|
|
|
path: /Users/apple/Desktop/log/local
|
|
|
|
ax:
|
|
|
|
url: http://127.0.0.1:9999/kangarooDataCenterV3/entranceController/externalCallInterface
|