MVN

io.github.rhacs : awakelab-archetypes-springmvc-jpa

Maven & Gradle

Aug 28, 2020
0 stars

Arquetipo para la creación de proyectos bajo Spring Framework MVC y Java Persistence API (JPA) con implementaciones básicas. Incluye: Spring Framework 5.2.8.RELEASE, Spring Data 2.3.3.RELEASE, Hibernate 5.4.20.FINAL, Java Servlet API 4.0.1, JSP API 2.3.3, JSTL API 1.2, JUnit 5.6.2

mvn archetype:generate -DarchetypeGroupId=io.github.rhacs -DarchetypeArtifactId=awakelab-archetypes-springmvc-jpa -DarchetypeVersion=1.0.10
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.rhacs : awakelab-archetypes-springmvc-jpa to generate a Maven project - Latest Versions:

  • Latest Stable: 1.0.10

All Versions

Choose a version of io.github.rhacs : awakelab-archetypes-springmvc-jpa to generate a Maven project - All Versions:

Version Vulnerabilities Updated
1.0.x
awakelab-archetypes-springmvc-jpa-1.0.10
awakelab-archetypes-springmvc-jpa-1.0.9
awakelab-archetypes-springmvc-jpa-1.0.8
awakelab-archetypes-springmvc-jpa-1.0.7
awakelab-archetypes-springmvc-jpa-1.0.6

How to generate a maven project from archetype

Instead of manually creating the directory structure needed for an archetype, simply use:

mvn archetype:generate -DarchetypeGroupId=io.github.rhacs -DarchetypeArtifactId=awakelab-archetypes-springmvc-jpa -DarchetypeVersion=1.0.10