提交 5d8fc338 authored 作者: 刘海泉's avatar 刘海泉

修改feign注入

上级 a2b6de6c
......@@ -3,6 +3,7 @@ package com.clx.performance.controller.temp;
import com.clx.order.feign.OrderFeign;
import com.msl.common.result.Result;
import io.swagger.annotations.ApiOperation;
import lombok.AllArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
......@@ -17,8 +18,10 @@ import org.springframework.web.bind.annotation.RestController;
@Slf4j
@RestController
@RequestMapping(value="/temp/feign")
@AllArgsConstructor
public class TempFeignController {
private OrderFeign orderFeign;
@ApiOperation(value = "测试feign", notes = "<br>By:刘海泉")
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论