feat: 接口文档根据ascii码排序
This commit is contained in:
@@ -53,11 +53,12 @@ minio:
|
|||||||
# 自定义域名(非必须),Nginx配置反向代理转发文件路径
|
# 自定义域名(非必须),Nginx配置反向代理转发文件路径
|
||||||
custom-domain:
|
custom-domain:
|
||||||
|
|
||||||
|
# springdoc配置: https://springdoc.org/properties.html
|
||||||
# 接口文档
|
|
||||||
springdoc:
|
springdoc:
|
||||||
swagger-ui:
|
swagger-ui:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
operationsSorter: alpha
|
||||||
|
tags-sorter: alpha
|
||||||
api-docs:
|
api-docs:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user