疯狂的狮子li
2021-05-15 9d94d0fce93f501c563286e49640fc978207c2f8
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 {