-
Notifications
You must be signed in to change notification settings - Fork 17
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
Enhancement request: system property substitution in resource files #17
Comments
Okay, I see. My last comment is not helpful when defining a datasource, because when the datasource is created by Simple-JNDI properties are not read with JNDIConfiguration. |
h-thurow
added a commit
that referenced
this issue
Sep 21, 2019
…ons configuration's, because the former is only done once on initialization.
From just released 0.19.0 on values can reference system properties. To be interpolated they must be in the form
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When defining a datasource in a property file, or possibly any other supported resource, it would be great to be able to use system property substitution, e.g.
dataSource.serverName=${database.name}
This could be especially convenient for docker images or for quickly relocating the database server or also for passwords, which could be exported in the environment rather than being written in the file.
The text was updated successfully, but these errors were encountered: