|
|
@@ -8,7 +8,7 @@ import com.jzg.commons.entity.vo.SysUserVo;
|
|
|
import org.springframework.cloud.openfeign.FeignClient;
|
|
|
import org.springframework.web.bind.annotation.*;
|
|
|
|
|
|
-@FeignClient(name = "jzg-partner",url = "http://localhost:8087")
|
|
|
+@FeignClient(name = "jzg-partner",url = "${feign.client.jzg-partner.url}")
|
|
|
public interface PartnerDistributionClient {
|
|
|
|
|
|
|