View on GitHub

JPA Hibernate Playground

A Maven Archetype

This is a Maven Archetype to generate a meven project with the minimum setup to have fun with JPA and Hibernate.

Usage

To generate the project just run the command below:

mvn archetype:generate -B -DarchetypeGroupId=io.github.dennysfredericci \
-DarchetypeArtifactId=jpa-hibernate-playground -DarchetypeVersion=1.0.0 \
-DgroupId=com.company -DartifactId=project -Dversion=1.0-SNAPSHOT \
-Dpackage=com.company.project -Djdk-version=11