Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Property overriding does not work #73

Closed
clboettcher opened this issue Jan 8, 2017 · 0 comments
Closed

Property overriding does not work #73

clboettcher opened this issue Jan 8, 2017 · 0 comments
Assignees
Labels
Milestone

Comments

@clboettcher
Copy link
Owner

clboettcher commented Jan 8, 2017

We cannot override properties from application.properties with properties included via @PropertySource because it has a lower priority (See Spring-Boot Config Doc). We need to load external property file as "Application properties outside of your packaged jar (application.properties and YAML variants)." so it has a higher priority than "Application properties packaged inside your jar (application.properties and YAML variants)."

@clboettcher clboettcher added the bug label Jan 8, 2017
@clboettcher clboettcher added this to the 0.2.0-ALPHA milestone Jan 8, 2017
@clboettcher clboettcher self-assigned this Jan 8, 2017
clboettcher added a commit that referenced this issue Jan 8, 2017
…onfig.location instead of @propertysource to allow for overriding config properties.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant