From c5370d2a8c89caa6c8da533c2cf691cb3d16dc3c Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期四, 12 十二月 2024 16:45:31 +0800
Subject: [PATCH] ll

---
 server/system_timer/src/main/resources/application.yml |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/server/system_timer/src/main/resources/application.yml b/server/system_timer/src/main/resources/application.yml
index fac150d..8910d6c 100644
--- a/server/system_timer/src/main/resources/application.yml
+++ b/server/system_timer/src/main/resources/application.yml
@@ -8,9 +8,7 @@
 
 spring:
   application:
-    name: system_timer
-  profiles:
-    active: dev
+    name: systemTimer
 
   # JSON杩斿洖閰嶇疆
   jackson:
@@ -37,7 +35,7 @@
 cache:
   session:
     # 浼氳瘽杩囨湡鏃堕暱(s)
-    expire: 18000
+    expire: 1800
   captcha:
     # 楠岃瘉鐮佽繃鏈熸椂闀�(s)
     expire: 300
@@ -64,7 +62,7 @@
   compression:
     enabled: true
     mime-types: application/json
-  port: 10010
+  port: 10011
   tomcat:
     max-swallow-size: -1
   servlet:

--
Gitblit v1.9.3