From 257507122150b6105a0b9fd9c022015493063c99 Mon Sep 17 00:00:00 2001 From: zhuo <2089219845@qq.com> Date: 星期六, 15 三月 2025 09:56:56 +0800 Subject: [PATCH] 单点登录调整 --- ruoyi-admin/src/main/resources/application-test.yml | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/ruoyi-admin/src/main/resources/application-test.yml b/ruoyi-admin/src/main/resources/application-test.yml index ca51993..560cdd9 100644 --- a/ruoyi-admin/src/main/resources/application-test.yml +++ b/ruoyi-admin/src/main/resources/application-test.yml @@ -8,7 +8,7 @@ druid: # 涓诲簱鏁版嵁婧� master: - url: jdbc:mysql://localhost:3306/center-lims-dz?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 + url: jdbc:mysql://10.16.173.59:3306/center-lims-dz?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 username: root password: zttZTT123! @@ -99,6 +99,13 @@ cache-enabled: false log-impl: # org.apache.ibatis.logging.stdout.StdOutImpl +# 鏃ュ織閰嶇疆 +logging: + file-location: /center-lims/Java + level: + com.ruoyi: info + org.springframework: warn + # Swagger閰嶇疆 swagger: # 鏄惁寮�鍚痵wagger -- Gitblit v1.9.3