mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-12 07:02:14 +08:00
2.5.9
This commit is contained in:
@@ -61,6 +61,8 @@ public class SwaggerDocParser implements DocParser {
|
||||
}
|
||||
}
|
||||
|
||||
docItems.sort(Comparator.comparing(DocItem::getNameVersion));
|
||||
|
||||
List<DocModule> docModuleList = docItems.stream()
|
||||
.collect(Collectors.groupingBy(DocItem::getModule))
|
||||
.entrySet()
|
||||
|
Reference in New Issue
Block a user