|
@@ -21,7 +21,7 @@ import java.util.List;
|
|
* <p>@version .</p>
|
|
* <p>@version .</p>
|
|
* 2019年6月17日: 下午2:21:44
|
|
* 2019年6月17日: 下午2:21:44
|
|
*/
|
|
*/
|
|
-@FeignClient(name = "EMS-SAAS-WEB",fallbackFactory = EmsSaasWebFallbackFactory.class)
|
|
|
|
|
|
+@FeignClient(name = "EMS-SAAS-WEB",fallbackFactory = EmsSaasWebFallbackFactory.class,url = "${saas.ems.web.service:}")
|
|
public interface EmsSaasWebClient {
|
|
public interface EmsSaasWebClient {
|
|
|
|
|
|
/***
|
|
/***
|