Commit 3ca6e0f3 by zhangxingmin

push

parent c08b7307
...@@ -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-product-api", fallbackFactory = ApiRelProjectProductLaunchFeignFallbackFactory.class) @FeignClient(name = "yd-product-api", path = "/product/api/relProjectProductLaunch",fallbackFactory = ApiRelProjectProductLaunchFeignFallbackFactory.class)
public interface ApiRelProjectProductLaunchFeignClient { public interface ApiRelProjectProductLaunchFeignClient {
/** /**
......
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