如何在swagger UI中的URL中添加动态查询参数

时间:2018-07-19 15:59:04

标签: java spring-boot swagger swagger-ui swagger-2.0

我正在使用swagger UI 2.0版本。我想使用Spring Boot从Swagger UI发送动态查询参数 我有一个网址来获取客户列表,让我们说http://localhost:8080/api/customers。 我有ID,名称,年龄字段的客户对象。当我尝试使用动态查询参数(例如 http://localhost:8080/api/customers?id=1http://localhost:8080/api/customers?name=mohanhttp://localhost:8080/api/customers?age=20,它应允许所有字段。 你能告诉我揭露此问题的可能方法吗?

您的帮助将不胜感激。

0 个答案:

没有答案