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:
Ben Hale
2020-05-11 13:43:58 -07:00
parent 5df8fd2cd9
commit ebdec5dcc3

View File

@@ -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=\