feign自定義fallback方法

client端的controllerphp @RestController public class HelloWorldController { @Autowired private ServerFeignClient serverFeignClient; @GetMapping("/hello") public BaseResult<String> hello(){
相關文章
相關標籤/搜索