Skip to content

Commit

Permalink
Add BindingFlattenedEnvironmentPostProcessor to Spring Factories
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
nebhale committed May 11, 2020
1 parent 5df8fd2 commit ebdec5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/META-INF/spring.factories
Original file line number Diff line number Diff line change
@@ -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=\
Expand Down

0 comments on commit ebdec5d

Please sign in to comment.