Create Java project with Maven archetype spring-boot-react-archetype

A Maven Archetype for Spring Boot and React projects.

Create a Java Project by archetype spring-boot-react-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DprojectName="My-projectName"   -DprojectDescription="My-projectDescription"   -DcurrentYear="My-currentYear"   -DrepoUserId="My-repoUserId"   -DgitBaseUrl="My-gitBaseUrl"   -DgitGroup="My-gitGroup"   -DregCredName="My-regCredName"   -DarchetypeGroupId="org.irlab.fd.maven.archetypes"   -DarchetypeArtifactId="spring-boot-react-archetype"   -DarchetypeVersion="1.2"   -DinteractiveMode=false 

Required parameters for generate java project:

projectName
validationRegex: none
projectDescription
validationRegex: none
currentYear
validationRegex: none
repoUserId
validationRegex: none
gitBaseUrl
validationRegex: none
gitGroup
validationRegex: none
regCredName
validationRegex: none

Details about maven archetype spring-boot-react-archetype

License

License

GroupId

GroupId

org.irlab.fd.maven.archetypes
ArtifactId

ArtifactId

spring-boot-react-archetype
Version

Version

1.2
Type

Type

maven-archetype
Description

Description

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

Project URL

https://guiadocente.udc.es/guia_docent/index.php?centre=614&ensenyament=614G01&assignatura=614G01054&idioma=cast&any_academic=2020_21
Project Organization

Project Organization

Information Retrieval Lab

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.irlab.fd.maven.archetypes -DarchetypeArtifactId=spring-boot-react-archetype -DarchetypeVersion=1.2 -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.