From e6f72c636a956f2347dee6edfd5cb6f90daeb646 Mon Sep 17 00:00:00 2001 From: kongzy <kongzy> Date: 星期五, 25 十月 2024 14:26:38 +0800 Subject: [PATCH] 增加密码复杂度校验 --- src/main/resources/application-guotai-prod.yml | 12 ++++++++++-- 1 files changed, 10 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application-guotai-prod.yml b/src/main/resources/application-guotai-prod.yml index b73db52..c57ecb5 100644 --- a/src/main/resources/application-guotai-prod.yml +++ b/src/main/resources/application-guotai-prod.yml @@ -13,7 +13,8 @@ #数据库版本5.7 #url: jdbc:mysql://124.221.143.185:23306/gt_double_risk?allowMultiQueries=true&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=UTC&zeroDateTimeBehavior=CONVERT_TO_NULL&serverTimezone=Asia/Shanghai - url: jdbc:mysql://106.15.95.149:33306/gt_double_risk?allowMultiQueries=true&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=UTC&zeroDateTimeBehavior=CONVERT_TO_NULL&serverTimezone=Asia/Shanghai + #url: jdbc:mysql://106.15.95.149:33306/gt_double_risk?allowMultiQueries=true&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=UTC&zeroDateTimeBehavior=CONVERT_TO_NULL&serverTimezone=Asia/Shanghai + url: jdbc:mysql://10.211.134.203:3357/gt_double_risk?allowMultiQueries=true&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=UTC&zeroDateTimeBehavior=CONVERT_TO_NULL&serverTimezone=Asia/Shanghai username: gt_double_risk password: B6CrYp7ZhTNdJF4Y @@ -127,4 +128,11 @@ # profile: /www/wwwroot/springboot_pro/TroubleAndRisk/upload profile: /home/java/TroubleAndRisk/upload # 获取ip地址开关 - addressEnabled: true \ No newline at end of file + addressEnabled: true + + +# 日志配置 +logging: + level: + com.ruoyi: info + org.springframework: info \ No newline at end of file -- Gitblit v1.9.2