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