Spring Cloud feign GET请求没法用实体传参的解决方法

代码以下:java @FeignClient(name = "eureka-client", fallbackFactory = FallBack.class, decode404 = true, path = "/client") public interface FeignApi { // @PostMapping("/hello/{who}") // String hello(@PathVa
相关文章
相关标签/搜索