Add BindingFlattenedEnvironmentPostProcessor to Spring Factories
This was missed during the implementation. The broader integration test that should have caught this will come in #33. [resolves #32] Signed-off-by: Ben Hale <bhale@vmware.com>
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
org.springframework.boot.env.EnvironmentPostProcessor=\
|
||||
org.springframework.cloud.bindings.boot.BindingFlattenedEnvironmentPostProcessor, \
|
||||
org.springframework.cloud.bindings.boot.BindingSpecificEnvironmentPostProcessor
|
||||
# Included implementations
|
||||
org.springframework.cloud.bindings.boot.BindingsPropertiesProcessor=\
|
||||
|
||||
Reference in New Issue
Block a user