-
Beta Was this translation helpful? Give feedback.
Answered by
geoand
Jul 14, 2022
Replies: 2 comments 9 replies
-
/cc @geoand |
Beta Was this translation helpful? Give feedback.
0 replies
-
Changing I wish we had a separation between |
Beta Was this translation helpful? Give feedback.
9 replies
Answer selected by
fbotis
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Changing
application.properties
could actually result in very different Quarkus behavior as you could be changing build time properties.I wish we had a separation between
application-runtime.properties
andapplication-buildtime.properties
which would allow us to make such a distinction, but we don't...