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
相關文章
相關標籤/搜索