chore(application-*.yml): 更新接口文档配置
This commit is contained in:
@@ -84,11 +84,22 @@ oss:
|
|||||||
# springdoc配置: https://springdoc.org/properties.html
|
# springdoc配置: https://springdoc.org/properties.html
|
||||||
springdoc:
|
springdoc:
|
||||||
swagger-ui:
|
swagger-ui:
|
||||||
enabled: true
|
path: /swagger-ui.html
|
||||||
operationsSorter: alpha
|
operationsSorter: alpha
|
||||||
tags-sorter: alpha
|
tags-sorter: alpha
|
||||||
api-docs:
|
api-docs:
|
||||||
enabled: true
|
path: /v3/api-docs
|
||||||
|
group-configs:
|
||||||
|
- group: 'default'
|
||||||
|
paths-to-match: '/**'
|
||||||
|
packages-to-scan: com.youlai.system.controller
|
||||||
|
default-flat-param-object: true
|
||||||
|
|
||||||
|
# knife4j的增强配置,不需要增强可以不配 https://doc.xiaominfo.com/docs/quick-start
|
||||||
|
knife4j:
|
||||||
|
enable: true
|
||||||
|
setting:
|
||||||
|
language: zh_cn
|
||||||
|
|
||||||
# xxl-job 定时任务配置
|
# xxl-job 定时任务配置
|
||||||
xxl:
|
xxl:
|
||||||
|
|||||||
@@ -78,12 +78,25 @@ oss:
|
|||||||
# 存储桶名称
|
# 存储桶名称
|
||||||
bucket-name: default
|
bucket-name: default
|
||||||
|
|
||||||
# 接口文档
|
# springdoc配置: https://springdoc.org/properties.html
|
||||||
springdoc:
|
springdoc:
|
||||||
swagger-ui:
|
swagger-ui:
|
||||||
enabled: true
|
path: /swagger-ui.html
|
||||||
|
operationsSorter: alpha
|
||||||
|
tags-sorter: alpha
|
||||||
api-docs:
|
api-docs:
|
||||||
enabled: true
|
path: /v3/api-docs
|
||||||
|
group-configs:
|
||||||
|
- group: 'default'
|
||||||
|
paths-to-match: '/**'
|
||||||
|
packages-to-scan: com.youlai.system.controller
|
||||||
|
default-flat-param-object: true
|
||||||
|
|
||||||
|
# knife4j的增强配置,不需要增强可以不配 https://doc.xiaominfo.com/docs/quick-start
|
||||||
|
knife4j:
|
||||||
|
enable: true
|
||||||
|
setting:
|
||||||
|
language: zh_cn
|
||||||
|
|
||||||
# xxl-job 定时任务配置
|
# xxl-job 定时任务配置
|
||||||
xxl:
|
xxl:
|
||||||
|
|||||||
Reference in New Issue
Block a user