How do I sort my operation by method alphabetically e.g. DELETE, GET, POST, PUT.
I have read from
@Bean public UiConfiguration uiConfig() { return UiConfigurationBuilder .builder() .operationsSorter(OperationsSorter.METHOD) .build(); }
This works for me. I'm using Spring Boot 2.2.0.M6, Swagger UI 2.9.2