Files
spring-cloud-config/spring-cloud-config-client/src/test
Dave Syer 9e35f60d97 Initialize beans after rebinding as necessary
On startup a bean will be bound by the
ConfigurationPropertiesBindingPostProcessor and then initialized
by the ApplicationContext. The ConfigurationPropertiesRebinder
does the binding but not the initialization (until this change).

Fixes gh-80
2015-02-05 14:24:18 +01:00
..