From b94daf4ea357eafce26f37a1f0a799d55cbfa1a4 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期一, 24 二月 2025 16:38:21 +0800
Subject: [PATCH] ll
---
server/meeting/meeting_admin/src/main/resources/application.yml | 21 +++++++--------------
1 files changed, 7 insertions(+), 14 deletions(-)
diff --git a/server/meeting/meeting_admin/src/main/resources/application.yml b/server/meeting/meeting_admin/src/main/resources/application.yml
index 5ed0488..1c61238 100644
--- a/server/meeting/meeting_admin/src/main/resources/application.yml
+++ b/server/meeting/meeting_admin/src/main/resources/application.yml
@@ -6,12 +6,8 @@
# env: production
spring:
- # application:
- # name: doumeemes
- profiles:
- active: dev
-
-
+ application:
+ name: meetingAdmin
# JSON杩斿洖閰嶇疆
jackson:
# 榛樿鏃跺尯
@@ -23,6 +19,9 @@
max-file-size: 200MB
max-request-size: 200MB
enabled: true
+ main:
+ allow-circular-references: true
+
# MyBatis閰嶇疆
mybatis-plus:
mapper-locations: classpath*:/mappers/**/*.xml
@@ -35,7 +34,7 @@
cache:
session:
# 浼氳瘽杩囨湡鏃堕暱(s)
- expire: 18000
+ expire: 1800
captcha:
# 楠岃瘉鐮佽繃鏈熸椂闀�(s)
expire: 300
@@ -55,14 +54,8 @@
# dao灞傜殑鏃ュ織璁剧疆涓篸ebug锛屾柟渚挎煡鐪媠ql
logging:
level:
- doumeemes.dao: debug
+ com.doumee.dao: debug
-knife4j:
- enable: true
- basic:
- enable: true
- username: admin
- password: 111111
# WEB鏈嶅姟鍣ㄩ厤缃�
server:
--
Gitblit v1.9.3