疯狂的狮子li
2021-09-02 8b2f7f0e647dca1716a0f792dabb7756c822a9ec
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")