Commit a32e1bf1 by zhangxingmin

push

parent 2d08bd90
...@@ -16,7 +16,7 @@ import org.springframework.web.bind.annotation.RequestParam; ...@@ -16,7 +16,7 @@ import org.springframework.web.bind.annotation.RequestParam;
/** /**
* 问题基础服务-问卷信息Feign客户端 * 问题基础服务-问卷信息Feign客户端
*/ */
@FeignClient(name = "yd-question-api", fallbackFactory = ApiQuestionnairesFeignFallbackFactory.class) @FeignClient(name = "yd-question-api",path = "/question/api/questionnaires",fallbackFactory = ApiQuestionnairesFeignFallbackFactory.class)
public interface ApiQuestionnairesFeignClient { public interface ApiQuestionnairesFeignClient {
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment