From ed132a755c1d894e8474b5a260121ad5f875c45c Mon Sep 17 00:00:00 2001 From: fit2-zhao Date: Wed, 30 Aug 2023 14:09:57 +0800 Subject: [PATCH] =?UTF-8?q?build:=20Swagger=20docs=E5=BC=80=E5=90=AF?= =?UTF-8?q?=E5=88=86=E7=BB=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/app/src/main/resources/commons.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/backend/app/src/main/resources/commons.properties b/backend/app/src/main/resources/commons.properties index cfb702a9d6..51381f67ec 100644 --- a/backend/app/src/main/resources/commons.properties +++ b/backend/app/src/main/resources/commons.properties @@ -80,3 +80,6 @@ spring.session.redis.repository-type=indexed # spring.freemarker.check-template-location=false spring.groovy.template.check-template-location=false + +# swagger docs group +springdoc.api-docs.groups.enabled=true \ No newline at end of file