|
@@ -7,7 +7,7 @@ import org.springframework.web.bind.annotation.RequestMethod;
|
|
|
|
|
|
import com.steerinfo.framework.controller.RESTfulResult;
|
|
import com.steerinfo.framework.controller.RESTfulResult;
|
|
|
|
|
|
-@FeignClient(value = "sysmanage-service", fallback = OssServiceHystrix.class,url = "172.16.90.238:8088")
|
|
|
|
|
|
+@FeignClient(value = "sysmanage-service", fallback = OssServiceHystrix.class)
|
|
// @FeignClient(value = "sso-service", fallback = OssServiceHystrix.class)
|
|
// @FeignClient(value = "sso-service", fallback = OssServiceHystrix.class)
|
|
public interface OssServiceClient {
|
|
public interface OssServiceClient {
|
|
|
|
|