"spring.cloud.stream.default" prefix is not used by BindingServiceProperties
This commit is contained in:
@@ -90,4 +90,8 @@ public class EnvironmentEntryInitializingTreeMap<T> extends AbstractMap<String,
|
||||
return delegate.entrySet();
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean containsKey(Object key) {
|
||||
return get(key) != null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user