nexthexonextbutterflyvolantisyearnyiliashokaindigoapollolandscapecactusmateryicarusfluidmaterial 1. 对List不能很好的支持1.1. 核心代码代码中写的是数组 12345/** * 用户 */@ApiModelProperty(value = "用户",example = "hellowang")private List<String> user; 1.2. 问题详情在swagger页面展示的例子是字符串 123{ "user": "hellowang"} 1.3. 问题讨论 Stackoverflow Github 1.4. 解决方案springfox-collection-example-plugin SpringFox使用