From b62578f8b43f15be89b3d14f463f11aed03e6fb9 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期四, 09 五月 2024 18:57:25 +0800
Subject: [PATCH] 最新版本

---
 server/meeting/meeting_admin/src/main/resources/application.yml |   20 ++++++++++++++++----
 1 files changed, 16 insertions(+), 4 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..3dc0225 100644
--- a/server/meeting/meeting_admin/src/main/resources/application.yml
+++ b/server/meeting/meeting_admin/src/main/resources/application.yml
@@ -6,12 +6,10 @@
 #  env: production
 
 spring:
-  #  application:
-  #    name: doumeemes
+  application:
+    name: meetingAdmin
   profiles:
     active: dev
-
-
   # JSON杩斿洖閰嶇疆
   jackson:
     # 榛樿鏃跺尯
@@ -23,6 +21,9 @@
       max-file-size: 200MB
       max-request-size: 200MB
       enabled: true
+  main:
+    allow-circular-references: true
+
 # MyBatis閰嶇疆
 mybatis-plus:
   mapper-locations: classpath*:/mappers/**/*.xml
@@ -63,6 +64,17 @@
     enable: true
     username: admin
     password: 111111
+  main:
+    allow-circular-references: true
+# Swagger閰嶇疆
+
+swagger:
+  host:
+  title: ${project.name}鎺ュ彛鏂囨。
+  description: ${project.name}鎺ュ彛鏂囨。
+  enabled: true
+  # 绂佺敤swagger鏃剁殑閲嶅畾鍚戝湴鍧�
+  redirect-uri: /
 
 # WEB鏈嶅姟鍣ㄩ厤缃�
 server:

--
Gitblit v1.9.3