<<master flyway in 30 minutes>> session example How to setup 1. Clone the repo to your local 2. Run cd <projectroot>/src/db 3. Run ./startH2 to start the database 4. It will open a browser window for the database console 5. Select Saved Settings with 'Generic H2(Server)', keep the others default. 6. Click 'Connect' to connect to the database 7. Run the sql script in <projectroot>/src/script/create_employee_table.sql to test if it works.