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

22 lines
854 B
YAML
Raw Normal View History

#######################dev环境#######################
logging:
#日志级别 指定目录级别
level:
2024-05-13 16:55:28 +08:00
root: error
2024-04-28 10:38:58 +08:00
encodings: UTF-8
file:
2024-05-13 16:55:28 +08:00
# 日志保存路径
2024-04-24 11:14:26 +08:00
path: /home/webservice/zt/log
2024-04-12 11:59:01 +08:00
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
2024-04-17 15:09:02 +08:00
driver-class-name: com.mysql.jdbc.Driver # 3.2.0开始支持SPI可省略此配置
savefile:
2024-05-13 16:55:28 +08:00
# 文件保存路径
2024-04-25 13:39:17 +08:00
path: /home/webservice/zt/file