Skip to content

BroadleafCommerce/HSQLDatabaseStarter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages