From 672ce84d5ce6545a0e81709ea736c69cbbef8c1a Mon Sep 17 00:00:00 2001
From: zjh <1084500556@qq.com>
Date: 星期四, 24 四月 2025 18:12:47 +0800
Subject: [PATCH] zjh20250424

---
 ltkj-admin/src/main/resources/application-dev.yml |   24 +++++++++++++++++++++---
 1 files changed, 21 insertions(+), 3 deletions(-)

diff --git a/ltkj-admin/src/main/resources/application-dev.yml b/ltkj-admin/src/main/resources/application-dev.yml
index fc50ab6..cfd60a7 100644
--- a/ltkj-admin/src/main/resources/application-dev.yml
+++ b/ltkj-admin/src/main/resources/application-dev.yml
@@ -68,8 +68,8 @@
     restart:
       # 鐑儴缃插紑鍏�
       enabled: true
-#  cache:
-#    type: ehcache
+  cache:
+    type: redis
 
   # redis 閰嶇疆
 #  redis:
@@ -120,6 +120,19 @@
             # 鍚敤TLS鍔犲瘑
             enable: true
             required: true
+  datasource:
+    druid:
+      stat-view-servlet:
+        enabled: true
+        url-pattern: /druid/*
+        login-username: 10001
+        login-password: admin123
+        reset-enable: true
+        allow:
+      filters: stat,wall,log4j  # 鍚敤鏃ュ織鍜岀洃鎺ц繃婊ゅ櫒
+      stat:
+        mergeSql: true  # 鍚堝苟SQL缁熻淇℃伅
+        slowSqlMillis: 3000  # 閰嶇疆 SQL 鎱㈡煡璇㈤槇鍊硷紝鍗曚綅鏄绉掞紝3绉掑嵆 3000ms
 
 # token閰嶇疆
 token:
@@ -177,6 +190,8 @@
 #  浣撴鎶ュ憡妯℃澘鍜屾姤鍛婁复鏃剁敓鎴愬瓨鍌ㄧ殑鏂囦欢澶硅矾寰�
 path:
   filePath: D:\Tjreport
+
+  xdtfilePath: C:\TjXdt
   # nginx鍥剧墖鏈嶅姟鍣�
   reportServer: https://ltpeis.xaltjdkj.cn:5516/
 
@@ -239,4 +254,7 @@
 #  password = Root_ltkj123
 config:
   properties: D:\ltkjprojectconf\config.properties
-  path: D:\ltkjprojectconf
\ No newline at end of file
+  path: D:\ltkjprojectconf
+logging:
+  level:
+    org.jeecg: debug

--
Gitblit v1.8.0