MVN

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

Maven & Gradle

Sep 02, 2020
0 stars

Arquetipo para la creación de proyectos bajo Spring Framework MVC y JDBC Template con implementaciones básicas. Incluye: Spring Framework 5.2.8.RELEASE, 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-jdbc -DarchetypeVersion=1.0.1
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.1

All Versions

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

Version Vulnerabilities Updated
1.0.x
awakelab-archetypes-springmvc-jdbc-1.0.1

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-jdbc -DarchetypeVersion=1.0.1