My question should be a simple one: How can I convert batch/batchsamples to use MariaDB instead of H2?
When I run the mvn clean install, the tests use a embedded H2 database to do the copy from CSV into H2 table
I just want to convert it to using my MariaDB Docker instance instead.
Is this an easy change? I tried to put datasource properties in the application.properties files BUT it didn't work. Looks like it's not that simple. Also, billsetuptask seems to fail at creating the table: BILL_STATEMENTS