chore: 添加接口文档开关配置

This commit is contained in:
haoxr
2023-03-03 00:48:40 +08:00
parent aa422ff45c
commit a2a7853dbf
2 changed files with 20 additions and 5 deletions

View File

@@ -53,3 +53,11 @@ minio:
# 自定义域名(非必须)Nginx配置反向代理转发文件路径
custom-domain:
# 接口文档
springdoc:
swagger-ui:
enabled: true
api-docs:
enabled: true