Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 915 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 915 Bytes

JPA fixture loader

Java CI Donate

About

This library allows you to load a controlled set of data into a database through the Java Persistence API. This can be useful for (integration) testing or to provide initial data to an application.

Usage

Installation

The library is available via Maven Central. Include the following in your <dependencies> section:

<dependency>
    <groupId>net.dontdrinkandroot</groupId>
    <artifactId>fixtures</artifactId>
    <version>RELEASE</version>
</dependency>