Skip to content

dontdrinkandroot/fixtures.java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>