IrishkA13
Results
1
issues of
IrishkA13
feign.reactor.version=1.0.30 Final request path: ReactiveFeignClient.path + "/" + GetMapping.value If GetMapping.value is default "/" is added anyway. The behavior is different from FeignClient Example: ``` @GetMapping(produces = MediaType.APPLICATION_JSON_UTF8_VALUE) Result get(@RequestParam(value...