From 7b51c9e1abc198a501f7858599da9c116130fd6f Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期四, 27 三月 2025 16:47:51 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 server/system_timer/src/main/resources/application.yml |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/server/system_timer/src/main/resources/application.yml b/server/system_timer/src/main/resources/application.yml
index b08486e..97ea063 100644
--- a/server/system_timer/src/main/resources/application.yml
+++ b/server/system_timer/src/main/resources/application.yml
@@ -9,8 +9,6 @@
 spring:
   application:
     name: systemTimer
-  profiles:
-    active: dev
 
   # JSON杩斿洖閰嶇疆
   jackson:
@@ -31,13 +29,13 @@
   mapper-locations: classpath*:/mappers/**/*.xml
   configuration:
     map-underscore-to-camel-case: true
-    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
+    log-impl: com.doumee.config.mybatis.DmStdOutImpl
 
 # 缂撳瓨鍐呭璁剧疆
 cache:
   session:
     # 浼氳瘽杩囨湡鏃堕暱(s)
-    expire: 18000
+    expire: 1800
   captcha:
     # 楠岃瘉鐮佽繃鏈熸椂闀�(s)
     expire: 300

--
Gitblit v1.9.3