我想对我Schemas为我的实体类生成的 DTO 类进行排序Springdoc ui。
我可以通过文件中的以下配置对tagsand进行排序,但我的模式未按排序顺序。operationsyml
springdoc:
swagger-ui:
disable-swagger-default-url: true
tags-sorter: alpha
operations-sorter: alpha
doc-expansion: none
我怎么能对我的模式进行排序。
谢谢。