修改基础配置

main
haoyuanfu“;git config --global user.name haoyuanfu“ 4 weeks ago
parent 94d0928284
commit 4f2a3dd8d1
  1. 2
      src/main/resources/application-druid.yml
  2. 9
      src/main/resources/application.yml

@ -6,7 +6,7 @@ spring:
druid:
# 主库数据源
master:
url: jdbc:mysql://39.100.74.100:3306/zilberboot?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
url: jdbc:mysql://39.100.74.100:3306/tc-lab?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username: root
password: root@123456
# 从库数据源

@ -1,13 +1,13 @@
# 项目相关配置
zilberboot:
# 名称
name: zilberboot
name: termicheck-lab
# 版本
version: 1.0
# 版权年份
copyrightYear: 2022
copyrightYear: 2025
# 文件路径 示例( Windows配置D:/zilberboot/uploadPath,Linux配置 /home/zilberboot/uploadPath)
profile: /home/zilberboot/uploadPath #C:/zilberboot/uploadPath
profile: /home/termicheck-lab/uploadPath #C:/zilberboot/uploadPath
# 获取ip地址开关
addressEnabled: false
# 验证码类型 math 数组计算 char 字符验证
@ -154,9 +154,6 @@ xss:
# 匹配链接
urlPatterns: /system/*,/monitor/*,/tool/*
zilber:
localtion: D:/data
aliyun:
oss:
endpoint: oss-cn-beijing.aliyuncs.com

Loading…
Cancel
Save