This is related to #466
User will be able to configure the Database whatever he wants in application.properties in project directory which overwrites the properties specified in default application.properties.
If the application.properties in the project home directory is not available then the application will use H2 database, otherwise it will overwrites the H2 database with the Database specified in it.
This is related to #466 User will be able to configure the Database whatever he wants in application.properties in project directory which overwrites the properties specified in default application.properties.
If the application.properties in the project home directory is not available then the application will use H2 database, otherwise it will overwrites the H2 database with the Database specified in it.