From db5cab715e0fac78feb081a1ad342b8b9bab2edb Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期三, 25 十二月 2024 18:38:45 +0800
Subject: [PATCH] 最新版本541200007

---
 server/visits/dmvisit_admin/src/main/resources/bootstrap-dev.yml      |    9 ++
 server/visits/dmvisit_admin/src/main/resources/bootstrap-pro.yml      |    9 ++
 server/visits/admin_timer/src/main/resources/application.yml          |    7 --
 server/visits/admin_timer/src/main/resources/bootstrap-pro.yml        |    9 ++
 server/visits/dmvisit_service/src/main/resources/application-pro.yml  |    2 
 server/visits/admin_timer/src/main/resources/bootstrap-dev.yml        |    7 ++
 server/system_gateway/src/main/resources/application-test.yml         |   11 +++
 server/visits/dmvisit_admin/src/main/resources/application.yml        |    7 --
 server/system_timer/src/main/resources/application-pro.yml            |    2 
 server/system_gateway/src/main/resources/application-pro.yml          |   10 +++
 server/visits/dmvisit_admin/src/main/resources/bootstrap-test.yml     |    9 ++
 server/meeting/meeting_admin/src/main/resources/bootstrap-dev.yml     |    9 +++
 server/visits/admin_timer/src/main/resources/bootstrap-test.yml       |    7 ++
 server/meeting/meeting_admin/src/main/resources/bootstrap-pro.yml     |   12 +++
 server/system_gateway/src/main/resources/bootstrap-dev.yml            |    1 
 server/system_gateway/src/main/resources/application-dev.yml          |    8 ++
 server/system_gateway/src/main/resources/application.yml              |    9 ---
 server/meeting/meeting_admin/src/main/resources/application.yml       |    9 ---
 server/meeting/meeting_admin/src/main/resources/bootstrap-test.yml    |   11 +++
 server/meeting/meeting_service/src/main/resources/application-pro.yml |    2 
 20 files changed, 109 insertions(+), 41 deletions(-)

diff --git a/server/meeting/meeting_admin/src/main/resources/application.yml b/server/meeting/meeting_admin/src/main/resources/application.yml
index 7d88e9d..1a1a785 100644
--- a/server/meeting/meeting_admin/src/main/resources/application.yml
+++ b/server/meeting/meeting_admin/src/main/resources/application.yml
@@ -56,15 +56,6 @@
   level:
     doumeemes.dao: debug
 
-knife4j:
-  enable: true
-  basic:
-    enable: true
-    username: admin
-    password: 111111
-  main:
-    allow-circular-references: true
-# Swagger閰嶇疆
 
 swagger:
   host:
diff --git a/server/meeting/meeting_admin/src/main/resources/bootstrap-dev.yml b/server/meeting/meeting_admin/src/main/resources/bootstrap-dev.yml
index 17a7177..8223992 100644
--- a/server/meeting/meeting_admin/src/main/resources/bootstrap-dev.yml
+++ b/server/meeting/meeting_admin/src/main/resources/bootstrap-dev.yml
@@ -29,3 +29,12 @@
         username: nacos
         password: nacos
       # 瀹夊叏閰嶇疆
+knife4j:
+  enable: true
+  basic:
+    enable: true
+    username: admin
+    password: 111111
+  main:
+    allow-circular-references: true
+# Swagger閰嶇疆
diff --git a/server/meeting/meeting_admin/src/main/resources/bootstrap-pro.yml b/server/meeting/meeting_admin/src/main/resources/bootstrap-pro.yml
index b0f16fd..f639437 100644
--- a/server/meeting/meeting_admin/src/main/resources/bootstrap-pro.yml
+++ b/server/meeting/meeting_admin/src/main/resources/bootstrap-pro.yml
@@ -25,4 +25,14 @@
         server-addr: http://localhost:8848 #閰嶇疆Nacos鍦板潃
         namespace: dmvisit
         username: nacos
-        password: Atwl@2024
\ No newline at end of file
+        password: Atwl@2024
+
+knife4j:
+  enable: false
+  basic:
+    enable: true
+    username: admin
+    password: 111111
+  main:
+    allow-circular-references: true
+# Swagger閰嶇疆
diff --git a/server/meeting/meeting_admin/src/main/resources/bootstrap-test.yml b/server/meeting/meeting_admin/src/main/resources/bootstrap-test.yml
index 5052bdf..421b74e 100644
--- a/server/meeting/meeting_admin/src/main/resources/bootstrap-test.yml
+++ b/server/meeting/meeting_admin/src/main/resources/bootstrap-test.yml
@@ -27,3 +27,14 @@
         username: nacos
         password: nacos
       # 瀹夊叏閰嶇疆
+
+knife4j:
+  enable: false
+  basic:
+    enable: true
+    username: admin
+    password: 111111
+  main:
+    allow-circular-references: true
+# Swagger閰嶇疆
+
diff --git a/server/meeting/meeting_service/src/main/resources/application-pro.yml b/server/meeting/meeting_service/src/main/resources/application-pro.yml
index 02cc4e2..da3dec4 100644
--- a/server/meeting/meeting_service/src/main/resources/application-pro.yml
+++ b/server/meeting/meeting_service/src/main/resources/application-pro.yml
@@ -17,7 +17,7 @@
   host:
   title: ${project.name}鎺ュ彛鏂囨。
   description: ${project.name}鎺ュ彛鏂囨。
-  enabled: true
+  enabled: false
   # 绂佺敤swagger鏃剁殑閲嶅畾鍚戝湴鍧�
   redirect-uri: /
 timing: true
diff --git a/server/system_gateway/src/main/resources/application-dev.yml b/server/system_gateway/src/main/resources/application-dev.yml
index 413edec..c3107fb 100644
--- a/server/system_gateway/src/main/resources/application-dev.yml
+++ b/server/system_gateway/src/main/resources/application-dev.yml
@@ -29,6 +29,14 @@
   # 绂佺敤swagger鏃剁殑閲嶅畾鍚戝湴鍧�
   redirect-uri: /
 
+knife4j:
+  enable: true
+  basic:
+    enable: true
+    username: admin
+    password: 123456
+  main:
+    allow-circular-references: true
 timing: true
 
 des_pwd: 123456SDFKDJF
diff --git a/server/system_gateway/src/main/resources/application-pro.yml b/server/system_gateway/src/main/resources/application-pro.yml
index 76eb466..4dc0687 100644
--- a/server/system_gateway/src/main/resources/application-pro.yml
+++ b/server/system_gateway/src/main/resources/application-pro.yml
@@ -27,10 +27,18 @@
   host:
   title: ${project.name}鎺ュ彛鏂囨。
   description: ${project.name}鎺ュ彛鏂囨。
-  enabled: true
+  enabled: false
   # 绂佺敤swagger鏃剁殑閲嶅畾鍚戝湴鍧�
   redirect-uri: /
 
+knife4j:
+  enable: false
+  basic:
+    enable: true
+    username: admin
+    password: 123456
+  main:
+    allow-circular-references: true
 timing: true
 
 des_pwd: 123456SDFKDJF
diff --git a/server/system_gateway/src/main/resources/application-test.yml b/server/system_gateway/src/main/resources/application-test.yml
index e866548..b4f3356 100644
--- a/server/system_gateway/src/main/resources/application-test.yml
+++ b/server/system_gateway/src/main/resources/application-test.yml
@@ -26,4 +26,13 @@
   description: ${project.name}鎺ュ彛鏂囨。
   enabled: true
   # 绂佺敤swagger鏃剁殑閲嶅畾鍚戝湴鍧�
-  redirect-uri: /
\ No newline at end of file
+  redirect-uri: /
+
+knife4j:
+  enable: true
+  basic:
+    enable: true
+    username: admin
+    password: 123456
+  main:
+    allow-circular-references: true
\ No newline at end of file
diff --git a/server/system_gateway/src/main/resources/application.yml b/server/system_gateway/src/main/resources/application.yml
index 04d1d4f..79ba0b9 100644
--- a/server/system_gateway/src/main/resources/application.yml
+++ b/server/system_gateway/src/main/resources/application.yml
@@ -58,15 +58,6 @@
   level:
     com.doumee.dao: debug
 
-knife4j:
-  enable: true
-  basic:
-    enable: true
-    username: admin
-    password: 123456
-  main:
-    allow-circular-references: true
-
 auth:
   jwt:
     enabled: true   #鏄惁寮�鍚疛WT鐧诲綍璁よ瘉鍔熻兘
diff --git a/server/system_gateway/src/main/resources/bootstrap-dev.yml b/server/system_gateway/src/main/resources/bootstrap-dev.yml
index cdd2340..87a1d83 100644
--- a/server/system_gateway/src/main/resources/bootstrap-dev.yml
+++ b/server/system_gateway/src/main/resources/bootstrap-dev.yml
@@ -53,6 +53,7 @@
 
 
 knife4j:
+
   # 鑱氬悎swagger鏂囨。
   gateway:
     # 绗竴涓厤缃紝寮�鍚痝ateway鑱氬悎缁勪欢
diff --git a/server/system_timer/src/main/resources/application-pro.yml b/server/system_timer/src/main/resources/application-pro.yml
index 033cb47..e2db395 100644
--- a/server/system_timer/src/main/resources/application-pro.yml
+++ b/server/system_timer/src/main/resources/application-pro.yml
@@ -22,7 +22,7 @@
   host:
   title: ${project.name}鎺ュ彛鏂囨。
   description: ${project.name}鎺ュ彛鏂囨。
-  enabled: true
+  enabled: false
   # 绂佺敤swagger鏃剁殑閲嶅畾鍚戝湴鍧�
   redirect-uri: /
 
diff --git a/server/visits/admin_timer/src/main/resources/application.yml b/server/visits/admin_timer/src/main/resources/application.yml
index d1672e0..4cc1a2a 100644
--- a/server/visits/admin_timer/src/main/resources/application.yml
+++ b/server/visits/admin_timer/src/main/resources/application.yml
@@ -52,13 +52,6 @@
   level:
     com.doumee.dao: debug
 
-knife4j:
-  enable: true
-  basic:
-    enable: true
-    username: admin
-    password: 111111
-
 # WEB鏈嶅姟鍣ㄩ厤缃�
 server:
   compression:
diff --git a/server/visits/admin_timer/src/main/resources/bootstrap-dev.yml b/server/visits/admin_timer/src/main/resources/bootstrap-dev.yml
index 98897aa..47fd25c 100644
--- a/server/visits/admin_timer/src/main/resources/bootstrap-dev.yml
+++ b/server/visits/admin_timer/src/main/resources/bootstrap-dev.yml
@@ -26,3 +26,10 @@
         namespace: dmvisit
         username: nacos
         password: nacos
+
+knife4j:
+  enable: true
+  basic:
+    enable: true
+    username: admin
+    password: 111111
diff --git a/server/visits/admin_timer/src/main/resources/bootstrap-pro.yml b/server/visits/admin_timer/src/main/resources/bootstrap-pro.yml
index b0f16fd..18ae845 100644
--- a/server/visits/admin_timer/src/main/resources/bootstrap-pro.yml
+++ b/server/visits/admin_timer/src/main/resources/bootstrap-pro.yml
@@ -25,4 +25,11 @@
         server-addr: http://localhost:8848 #閰嶇疆Nacos鍦板潃
         namespace: dmvisit
         username: nacos
-        password: Atwl@2024
\ No newline at end of file
+        password: Atwl@2024
+
+knife4j:
+  enable: false
+  basic:
+    enable: true
+    username: admin
+    password: 111111
diff --git a/server/visits/admin_timer/src/main/resources/bootstrap-test.yml b/server/visits/admin_timer/src/main/resources/bootstrap-test.yml
index f84b8c1..480609e 100644
--- a/server/visits/admin_timer/src/main/resources/bootstrap-test.yml
+++ b/server/visits/admin_timer/src/main/resources/bootstrap-test.yml
@@ -26,3 +26,10 @@
         namespace: dmvisit_test
         username: nacos
         password: nacos
+
+knife4j:
+  enable: true
+  basic:
+    enable: true
+    username: admin
+    password: 111111
diff --git a/server/visits/dmvisit_admin/src/main/resources/application.yml b/server/visits/dmvisit_admin/src/main/resources/application.yml
index 0e546e4..8e1a715 100644
--- a/server/visits/dmvisit_admin/src/main/resources/application.yml
+++ b/server/visits/dmvisit_admin/src/main/resources/application.yml
@@ -56,12 +56,7 @@
   level:
     com.doumee.dao: debug
 
-knife4j:
-  enable: true
-  basic:
-    enable: true
-    username: admin
-    password: 111111
+
 
 # WEB鏈嶅姟鍣ㄩ厤缃�
 server:
diff --git a/server/visits/dmvisit_admin/src/main/resources/bootstrap-dev.yml b/server/visits/dmvisit_admin/src/main/resources/bootstrap-dev.yml
index b12e766..e752bff 100644
--- a/server/visits/dmvisit_admin/src/main/resources/bootstrap-dev.yml
+++ b/server/visits/dmvisit_admin/src/main/resources/bootstrap-dev.yml
@@ -27,6 +27,12 @@
         namespace: dmvisit_dev
         username: nacos
         password: nacos
+knife4j:
+  enable: true
+  basic:
+    enable: true
+    username: admin
+    password: 111111
 # swagger閰嶇疆
 #knife4j:
 #  # 寮�鍚寮洪厤缃�
@@ -63,4 +69,5 @@
 #      email: 1
 #    license:
 #      name: Apache 2.0
-#      url: https://www.apache.org/licenses/LICENSE-2.0.html
\ No newline at end of file
+#      url: https://www.apache.org/licenses/LICENSE-2.0.html
+
diff --git a/server/visits/dmvisit_admin/src/main/resources/bootstrap-pro.yml b/server/visits/dmvisit_admin/src/main/resources/bootstrap-pro.yml
index 64d4ec8..74b6f39 100644
--- a/server/visits/dmvisit_admin/src/main/resources/bootstrap-pro.yml
+++ b/server/visits/dmvisit_admin/src/main/resources/bootstrap-pro.yml
@@ -25,4 +25,11 @@
         server-addr: http://localhost:8848 #閰嶇疆Nacos鍦板潃
         namespace: dmvisit
         username: nacos
-        password: Atwl@2024
\ No newline at end of file
+        password: Atwl@2024
+
+knife4j:
+  enable: false
+  basic:
+    enable: true
+    username: admin
+    password: 111111
\ No newline at end of file
diff --git a/server/visits/dmvisit_admin/src/main/resources/bootstrap-test.yml b/server/visits/dmvisit_admin/src/main/resources/bootstrap-test.yml
index 9b992cf..ddcb96f 100644
--- a/server/visits/dmvisit_admin/src/main/resources/bootstrap-test.yml
+++ b/server/visits/dmvisit_admin/src/main/resources/bootstrap-test.yml
@@ -25,4 +25,11 @@
         server-addr: http://175.27.187.84:8848 #閰嶇疆Nacos鍦板潃
         namespace: dmvisit_test
         username: nacos
-        password: nacos
\ No newline at end of file
+        password: nacos
+
+knife4j:
+  enable: true
+  basic:
+    enable: true
+    username: admin
+    password: 111111
\ No newline at end of file
diff --git a/server/visits/dmvisit_service/src/main/resources/application-pro.yml b/server/visits/dmvisit_service/src/main/resources/application-pro.yml
index e5da850..262a314 100644
--- a/server/visits/dmvisit_service/src/main/resources/application-pro.yml
+++ b/server/visits/dmvisit_service/src/main/resources/application-pro.yml
@@ -31,7 +31,7 @@
   host: 127.0.0.1
   title: ${project.name}鎺ュ彛鏂囨。
   description: ${project.name}鎺ュ彛鏂囨。
-  enabled: true
+  enabled: false
   context-path:
   # 绂佺敤swagger鏃剁殑閲嶅畾鍚戝湴鍧�
   redirect-uri: /

--
Gitblit v1.9.3