Spring Boot 1.4+.
This project makes starting up an HSQL Database easier. Simply include the dependency into your pom.xml:
<dependency>
<groupId>com.broadleafcommerce</groupId>
<artifactId>broadleaf-boot-starter-hsql-database</artifactId>
<version>5.2.0-RC1</version>
</dependency>Once this is on the claspath, the DatabaseAutoConfiguration class is initialized and sets up Spring DataSources that Broadleaf needs in order to operate, while tying the lifecycle of HSQLDB to startup and shutdown of the Broadleaf project.