package com.kidgrow.zuul.service.feign; import com.kidgrow.common.constant.BaseConstants; import org.springframework.cloud.openfeign.FeignClient; import org.springframework.stereotype.Component; /** * 石家庄喜高科技有限责任公司 版权所有 © Copyright 2020
* * @Description:
* @Project:
* @CreateDate: Created in 2020/2/4 14:49
* @Author: liuke */ @Component @FeignClient(value = BaseConstants.BASE_SERVER) public interface GatewayServiceClient { }