What is the best way to launch HSQL for unit testing, when working with spring, maven and hibernate?
- by user166172
In my project I can successfully test database code. I'm using Spring, Hibernate, HSQL, junit and Maven.
The catch is that currently I have to launch HSQL manually prior to running the tests. What is the best way to automate the launching of HSQL with the technologies being used?