From e9de6064cc94d6bc63685c5e62046ff810b96dab Mon Sep 17 00:00:00 2001
From: xusd <330628789@qq.com>
Date: Sat, 05 Jul 2025 17:17:52 +0800
Subject: [PATCH] Merge branch 'gzdyh_prod'

---
 dyh-service/dyh-sys/src/main/resources/config/application-test.yml |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/dyh-service/dyh-sys/src/main/resources/config/application-test.yml b/dyh-service/dyh-sys/src/main/resources/config/application-test.yml
index a8e0142..0185f1a 100644
--- a/dyh-service/dyh-sys/src/main/resources/config/application-test.yml
+++ b/dyh-service/dyh-sys/src/main/resources/config/application-test.yml
@@ -16,6 +16,8 @@
     driver-class-name: dm.jdbc.driver.DmDriver
     type: com.alibaba.druid.pool.DruidDataSource
     druid:
+      stat-view-servlet:
+        enabled: false
       test-while-idle: true
       min-idle: 10
       initial-size: 10

--
Gitblit v1.8.0