bogdatov
Results
1
comments of
bogdatov
When I use ``` @FeignClient("usermanagement") public interface UserClient { @RequestMapping(method = RequestMethod.GET, value = "/um/v1/user/{secLoginId}", produces = "application/json") ResponseEntity getUsersWithHeader(@PathVariable("secLoginId") String secLoginId); } ``` and then getUsersWithHeader returns 404, in...