I\'m using spring boot and application.properties
to select a database during development by @Configuration @Profile(\"dev\")
.
spri
The spring configuration precedence is as follows.
So your configuration will be overridden at the command-line if you wish to do that. But the recommendation is to avoid overriding, though you can use multiple profiles.