Commit 4ba96763 by zhangxingmin

push

parent 97d8e5b0
...@@ -11,7 +11,7 @@ import org.springframework.web.bind.annotation.RequestBody; ...@@ -11,7 +11,7 @@ import org.springframework.web.bind.annotation.RequestBody;
/** /**
* 保险基础数据服务-产品和公告比例关系信息Feign客户端 * 保险基础数据服务-产品和公告比例关系信息Feign客户端
*/ */
@FeignClient(name = "yd-insurance-base-api", fallbackFactory = ApiRelProductAnnouncementFeignFallbackFactory.class) @FeignClient(name = "yd-insurance-base-api",path = "/insurance/base/api/relProductAnnouncement",fallbackFactory = ApiRelProductAnnouncementFeignFallbackFactory.class)
public interface ApiRelProductAnnouncementFeignClient { public interface ApiRelProductAnnouncementFeignClient {
/** /**
......
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