使用@RequestParam作为Map的多个Multivalued属性

时间:2017-05-08 07:02:35

标签: java spring rest spring-mvc spring-boot

http://localhost:5000/product?cust_id=1&multi_attribute={"size":["xl","small"],"color":["red","green"]}

它正在使用多个multi_attributes。我知道如何以这种方式做到这一点:

size= value1, value2

还要知道我们可以在没有@RequestParam的情况下直接绑定对象。 但我要实现的是上面给出的格式,并没有在搜索中实现这一点。

任何人都有任何想法实现最后一个参数multi_attribute

0 个答案:

没有答案