疯狂的狮子li
2021-08-26 23ce0af2e84df704f63b900e607d83a5884a9f15
ruoyi-demo/src/main/java/com/ruoyi/demo/controller/FeignTestController.java
@@ -9,6 +9,11 @@
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
/**
 * feign测试controller
 *
 * @author Lion Li
 */
@RequiredArgsConstructor(onConstructor_ = @Autowired)
@RestController
@RequestMapping("/feign/test")