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

35 lines
1.5 KiB
YAML
Raw Normal View History

#######################本地环境#######################
logging:
#日志级别 指定目录级别
level:
root: info
encodings: UTF-8
file:
2024-05-31 15:26:15 +08:00
# 日志保存路径
path: /Users/apple/Desktop/log/local
spring:
2024-05-31 16:45:13 +08:00
flyway:
# 启动flyway migration, 默认为true
enabled: false
datasource:
dynamic:
2024-05-31 15:26:15 +08:00
druid:
filters: stat,log4j2
datasource:
master:
2024-05-31 16:45:13 +08:00
url: jdbc:dm://hzya.ufyct.com:9040?schema=businesscenter&zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8&compatibleMode=oracle
2024-05-31 15:26:15 +08:00
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
savefile:
2024-05-31 15:26:15 +08:00
# 文件保存路径
path: /Users/apple/Desktop/log/local
ax:
url: http://127.0.0.1:9999/kangarooDataCenterV3/entranceController/externalCallInterface