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-test.yml | 20 +++++++++++++++++--- 1 files changed, 17 insertions(+), 3 deletions(-) diff --git a/ltkj-admin/src/main/resources/application-test.yml b/ltkj-admin/src/main/resources/application-test.yml index d60ccb7..8158d50 100644 --- a/ltkj-admin/src/main/resources/application-test.yml +++ b/ltkj-admin/src/main/resources/application-test.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,7 @@ # 浣撴鎶ュ憡妯℃澘鍜屾姤鍛婁复鏃剁敓鎴愬瓨鍌ㄧ殑鏂囦欢澶硅矾寰� path: filePath: D:\Tjreport + xdtfilePath: C:\TjXdt # nginx鍥剧墖鏈嶅姟鍣� reportServer: https://ltpeis.xaltjdkj.cn:5516/ @@ -239,4 +253,4 @@ # password = Root_ltkj123 config: properties: D:\ltkjprojectconf\config1.properties - path: D:\ltkjprojectconf \ No newline at end of file + path: D:\ltkjprojectconf -- Gitblit v1.8.0