疯狂的狮子li
2021-05-10 98624e66e583a9722205de485a41d79188b952af
ruoyi-demo/src/main/java/com/ruoyi/demo/feign/FeignTestService.java
@@ -5,6 +5,11 @@
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestParam;
/**
 * feign测试service
 *
 * @author Lion Li
 */
@FeignClient(name = "baidu",url = "http://www.baidu.com",fallback = FeignTestFallback.class)
public interface FeignTestService {