-
Notifications
You must be signed in to change notification settings - Fork 41.2k
Provide a way to share default properties between applications #27544
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
Labels
status: duplicate
A duplicate of another issue
Comments
It's a little similar to Lines 1066 to 1085 in f798f26
but has some major differences:
Would you take a look at this ? @philwebb |
This looks to be a duplicate of #24688. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Assume there are two applications "foo" and "bar", both have dependency "core", I want extract the common properties for better maintainability.
current:
expected:
above
default.yml
should override spring boot (including devtools) defaults and could be overridden byapplication.yaml
My solution:
I'm not sure it's the best practice, I wish spring boot will provide equivalent.
The text was updated successfully, but these errors were encountered: