mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-20 22:59:01 +00:00
@PropertySources *can* and should be added in the slot after the application.properties (code that is part of the application should have lower precedence than external configuration). Fixes gh-1044