liubao created SCB-2854:
---------------------------

             Summary: query parameter support primitive array 
                 Key: SCB-2854
                 URL: https://issues.apache.org/jira/browse/SCB-2854
             Project: Apache ServiceComb
          Issue Type: Improvement
          Components: Java-Chassis
            Reporter: liubao
            Assignee: liubao
             Fix For: java-chassis-2.8.15, java-chassis-3.0.2


@GetMapping(path = "/testIntArrayQuery")
public int[] testIntArrayQuery(@RequestParam("param") int[] param) {
return param;
}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to