An open API service indexing awesome lists of open source software.

https://github.com/broadleafcommerce/hsqldatabasestarter


https://github.com/broadleafcommerce/hsqldatabasestarter

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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`:

```xml

com.broadleafcommerce
broadleaf-boot-starter-hsql-database
5.2.0-RC1

```

Once this is on the claspath, the [`DatabaseAutoConfiguration`](src/main/java/com/broadleafcommerce/autoconfigure/DatabaseAutoConfiguration.java) class is initialized and sets up Spring `DataSource`s that Broadleaf needs in order to operate, while tying the lifecycle of `HSQLDB` to startup and shutdown of the Broadleaf project.