Spring Cloud Feign常见问题

1. FeignClient接口,不能使用@GettingMapping 之类的组合注解 @FeignClient("microservice-provider-user") public interface UserFeignClient { @RequestMapping(value = "/simple/{id}", method = RequestMethod.GET) publi
相关文章
相关标签/搜索