MVN

org.irlab.fd.maven.archetypes : spring-boot-react-archetype

Maven & Gradle

Sep 01, 2022

Spring Boot with React Maven Archetype adapted for Developer Tools Course at UDC · A Maven Archetype for Spring Boot and React projects.

mvn archetype:generate -DarchetypeGroupId=org.irlab.fd.maven.archetypes -DarchetypeArtifactId=spring-boot-react-archetype -DarchetypeVersion=2.0
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.irlab.fd.maven.archetypes : spring-boot-react-archetype to generate a Maven project - Latest Versions:

  • Latest Stable: 2.0

All Versions

Choose a version of org.irlab.fd.maven.archetypes : spring-boot-react-archetype to generate a Maven project - All Versions:

Version Vulnerabilities Updated
2.0
spring-boot-react-archetype-2.0
1.2
spring-boot-react-archetype-1.2
1.1
spring-boot-react-archetype-1.1
1.0
spring-boot-react-archetype-1.0

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=org.irlab.fd.maven.archetypes -DarchetypeArtifactId=spring-boot-react-archetype -DarchetypeVersion=2.0

Advertisement