From 1e269536ee6aa5cf61fdbc7e11237f3c545e1a9e Mon Sep 17 00:00:00 2001 From: CaptainB Date: Thu, 28 Mar 2024 10:50:07 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20swagger=20=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E4=B8=8D=E5=BC=80=E5=90=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/app/src/main/resources/commons.properties | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/backend/app/src/main/resources/commons.properties b/backend/app/src/main/resources/commons.properties index a401ebfc53..7ef3b16595 100644 --- a/backend/app/src/main/resources/commons.properties +++ b/backend/app/src/main/resources/commons.properties @@ -81,7 +81,9 @@ spring.session.redis.repository-type=indexed spring.freemarker.check-template-location=false spring.groovy.template.check-template-location=false -# swagger docs group +# swagger docs config +springdoc.swagger-ui.enabled=false +springdoc.api-docs.enabled=false springdoc.api-docs.groups.enabled=true #批量文件下载的最大值 metersphere.file.batch-download-max=600MB \ No newline at end of file