By default before launch are the tasks performed to
- Check Jmix Database
- Check Liquibase Changelog Includes
At least for Jmix database check the credentials of standard application.properties
are used.
This leads us to maintain credentials for development database in this properties and try not to commit this credentials to Git. While we maintain a second application-dev.properties
with the same credentials that is excluded by .gitignore
and that is actually used at application startup.
Would it be possible to use the credentials from the application-dev.properties
if the according spring profile is configured?