From 0f9aa9c4d8802d027010f39c391897f32a8de6bb Mon Sep 17 00:00:00 2001
From: 郑永安 <zyazyz250@sina.com>
Date: Mon, 24 Jul 2023 09:57:31 +0800
Subject: [PATCH] Merge branch 'master' of https://sinanoaq.cn:8888/r/hazardInvestigationSystem.git
---
src/main/resources/application.yml | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 634e0e4..4f37202 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -1,3 +1,6 @@
+# swagger生产环境中禁止显示
+swagger:
+ show: false
# mysql 多数据源
spring:
application:
@@ -62,7 +65,6 @@
corePoolSize: 20
maxPoolSize: 20
queueCapacity: 10000
-
logging:
level:
com.gk.hotwork: info
--
Gitblit v1.9.2