Commit 68aa7604 by zhangxingmin

push

parent 80b108e1
......@@ -14,7 +14,7 @@ import javax.validation.constraints.NotBlank;
/**
* 保险险种信息Feign客户端
*/
@FeignClient(name = "yd-user-api", fallbackFactory = ApiInsuranceCategoryFeignFallbackFactory.class)
@FeignClient(name = "yd-user-api",path = "/insurance/base/api/insuranceCategory",fallbackFactory = ApiInsuranceCategoryFeignFallbackFactory.class)
public interface ApiInsuranceCategoryFeignClient {
/**
......
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