1. 程式人生 > >SpringBoot中對輸出的json按字典表排序

SpringBoot中對輸出的json按字典表排序

springboot預設的json處理為jackson。
如果是全域性設定,在application.properties中新增spring.jackson.mapper.sort-properties-alphabetically=true