Create Java project with Maven archetype jpa-hibernate-playground

An archetype which contains standalone project to have fun with Hibernate, JPA and H2 database.

Create a Java Project by archetype jpa-hibernate-playground with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Djdk-version="My-jdk-version"   -DgroupId="My-groupId"   -DarchetypeGroupId="io.github.dennysfredericci"   -DarchetypeArtifactId="jpa-hibernate-playground"   -DarchetypeVersion="1.0.0"   -DinteractiveMode=false 

Required parameters for generate java project:

jdk-version
validationRegex: none
groupId
validationRegex: none

Details about maven archetype jpa-hibernate-playground

License

License

GroupId

GroupId

io.github.dennysfredericci
ArtifactId

ArtifactId

jpa-hibernate-playground
Version

Version

1.0.0
Type

Type

maven-archetype
Description

Description

JPA Hibernate Archetype
An archetype which contains standalone project to have fun with Hibernate, JPA and H2 database.
Project URL

Project URL

https://dennysfredericci.github.io/jpa-hibernate-playground/
Source Code Management

Source Code Management

https://github.com/dennysfredericci/jpa-hibernate-playground.git

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=io.github.dennysfredericci -DarchetypeArtifactId=jpa-hibernate-playground -DarchetypeVersion=1.0.0 -DinteractiveMode=false

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.