diff --git a/src/main/resources/application-druid.yml b/src/main/resources/application-druid.yml index c96e804..9d8a992 100644 --- a/src/main/resources/application-druid.yml +++ b/src/main/resources/application-druid.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 # 从库数据源 diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 94ce624..ff84663 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -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