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.