Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 700 Bytes

File metadata and controls

18 lines (13 loc) · 700 Bytes

Broadleaf HSQL Database Starter

Requirements

Spring Boot 1.4+.

Usage

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.