From 193f571295f47a40ea6b5e501776c8ff0432a9d4 Mon Sep 17 00:00:00 2001 From: zhuo <2089219845@qq.com> Date: 星期日, 16 三月 2025 13:39:00 +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