Commit d8ae9a20 by zhangxingmin

push

parent 48f30b62
......@@ -16,7 +16,7 @@ import java.util.List;
/**
* 基础数据服务-字段信息Feign客户端
*/
@FeignClient(name = "yd-base-api", fallbackFactory = ApiFieldFeignFallbackFactory.class)
@FeignClient(name = "yd-base-api",path = "/base/api/field",fallbackFactory = ApiFieldFeignFallbackFactory.class)
public interface ApiFieldFeignClient {
/**
......
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