refactor: swagger 默认不开启

This commit is contained in:
CaptainB 2024-03-28 10:50:07 +08:00
parent f76ac42e24
commit 1e269536ee

View File

@ -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