Ashwani Bhadani
Results
1
comments of
Ashwani Bhadani
I face same issue. For my rest-facade base, I cannot pass an empty string as query parameter from the QueryMap like below: @GetMapping("locations/countries/") String fetchCountries( @SpringQueryMap queryParamList) { ... }...