https://github.com/broadleafcommerce/hsqldatabasestarter
https://github.com/broadleafcommerce/hsqldatabasestarter
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/broadleafcommerce/hsqldatabasestarter
- Owner: BroadleafCommerce
- Created: 2016-09-01T21:41:34.000Z (almost 10 years ago)
- Default Branch: develop-2.3.x
- Last Pushed: 2026-01-06T21:23:09.000Z (5 months ago)
- Last Synced: 2026-01-08T21:01:49.554Z (5 months ago)
- Language: Java
- Size: 218 KB
- Stars: 0
- Watchers: 20
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: licenses/blc_dual/commercial_license-1.1.txt
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.