|
@@ -12,7 +12,7 @@ import org.springframework.web.bind.annotation.RequestParam;
|
|
|
|
|
|
import java.util.List;
|
|
import java.util.List;
|
|
|
|
|
|
-@FeignClient(value = EVisaConstant.APPLICATION_WEATHER_NAME,fallbackFactory = EVisaClientFallBack.class)
|
|
|
|
|
|
+@FeignClient(value = EVisaConstant.APPLICATION_WEATHER_NAME)
|
|
public interface EVisaClient {
|
|
public interface EVisaClient {
|
|
|
|
|
|
/**
|
|
/**
|