From 165effedb9fccc0df61690eccb8433c6e8ff4544 Mon Sep 17 00:00:00 2001 From: Charles7c Date: Thu, 13 Apr 2023 21:03:17 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BC=98=E5=8C=96=E7=94=9F=E4=BA=A7?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E6=8E=A5=E5=8F=A3=E6=96=87=E6=A1=A3=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- continew-admin-webapi/src/main/resources/application-prod.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/continew-admin-webapi/src/main/resources/application-prod.yml b/continew-admin-webapi/src/main/resources/application-prod.yml index 55ffc391..c0aa5884 100644 --- a/continew-admin-webapi/src/main/resources/application-prod.yml +++ b/continew-admin-webapi/src/main/resources/application-prod.yml @@ -128,6 +128,10 @@ rsa: springdoc: swagger-ui: enabled: false +## 接口文档增强配置 +knife4j: + # 开启生产环境屏蔽 + production: true --- ### 文件上传配置 spring.servlet: