|
@@ -16,8 +16,7 @@ import java.util.List;
|
|
|
@FeignClient(
|
|
|
contextId = "RemoteEventBaseService",
|
|
|
value = ModulesServiceNameContants.CENTER_EVENT,
|
|
|
- fallbackFactory = RemoteEventBaseServiceFallbackFactory.class,
|
|
|
- url = "${sooka.service.event}"
|
|
|
+ fallbackFactory = RemoteEventBaseServiceFallbackFactory.class
|
|
|
)
|
|
|
public interface RemoteEventBaseService {
|
|
|
|