Fix properties binding to SpringApplication
Fix ConfigFileApplicationListener to correctly bind `application.properties` to SpringApplication. Binding in RC2 failed due to the fact that `ConfigurationPropertySources` did not extend `EnumerablePropertySource`. Fixes gh-346
Showing
Please register or sign in to comment