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
License |
License |
---|---|
GroupId | GroupIdio.github.dennysfredericci |
ArtifactId | ArtifactIdjpa-hibernate-playground |
Version | Version1.0.0 |
Type | Typemaven-archetype |
Description |
DescriptionJPA Hibernate Archetype
An archetype which contains standalone project to have fun with Hibernate, JPA and H2 database.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=io.github.dennysfredericci -DarchetypeArtifactId=jpa-hibernate-playground -DarchetypeVersion=1.0.0 -DinteractiveMode=false