1. 程式人生 > >Spring MVC學習總結(13)——Spring MVC整合Swagger時文件無法排序問題

Spring MVC學習總結(13)——Spring MVC整合Swagger時文件無法排序問題

新增排序屬性:

window.swaggerUi = new SwaggerUi({  
  
...  
  
apisSorter: "alpha", // can also be a function  
operationsSorter : "method" // can also be 'alpha' or a function  
});


能實現文件排序了,當然這個好像是說swagger2.0之後才有這兩個屬性