修改了文档中心服务地址
This commit is contained in:
@ -18,7 +18,8 @@ import com.chinaunicom.ebtp.mall.cloud.attachment.sdk.fallback.DocumentCenterSer
|
|||||||
*
|
*
|
||||||
* @author Ajaxfan
|
* @author Ajaxfan
|
||||||
*/
|
*/
|
||||||
@FeignClient(name = "DocumentCenterService", url = "${document.center.ip-address}", fallback = DocumentCenterServiceFallback.class)
|
//@FeignClient(name = "DocumentCenterService", url = "${document.center.ip-address}", fallback = DocumentCenterServiceFallback.class)
|
||||||
|
@FeignClient(name = "DocumentCenterService", value = "${document.center.service.id}", fallback = DocumentCenterServiceFallback.class)
|
||||||
public interface DocumentCenterService {
|
public interface DocumentCenterService {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user