We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A file like application-dev.yaml (or .properties) is not automatically watched for changes, but the regular application.yaml is.
application-dev.yaml
application.yaml
There seems to be no good reason for this difference.
Workaround; DIY:
quarkus: live-reload: watched-resources: - application-dev.yaml
See also: https://quarkusio.zulipchat.com/#narrow/stream/187030-users/topic/Profile.20aware.20config.20files/near/246092779
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Description
A file like
application-dev.yaml
(or .properties) is not automatically watched for changes, but the regularapplication.yaml
is.There seems to be no good reason for this difference.
Workaround; DIY:
See also: https://quarkusio.zulipchat.com/#narrow/stream/187030-users/topic/Profile.20aware.20config.20files/near/246092779
Implementation ideas
No response
The text was updated successfully, but these errors were encountered: