"spring.cloud.stream.default" prefix is not used by BindingServiceProperties

This commit is contained in:
Réda Housni Alaoui
2017-02-02 16:11:24 +01:00
parent 1b9c72bddb
commit 28211b71bd

View File

@@ -90,4 +90,8 @@ public class EnvironmentEntryInitializingTreeMap<T> extends AbstractMap<String,
return delegate.entrySet();
}
@Override
public boolean containsKey(Object key) {
return get(key) != null;
}
}