Create Java project with Maven archetype vaadin-archetype-springboot-application

This project is no longer maintained :( Please user coordinates com.github.sparkmuse : vaadin-archetype-springboot-application : 1.0.2 See: https://github.com/sparkmuse/vaadin-archetype-springboot-application

Create a Java Project by archetype vaadin-archetype-springboot-application with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DappName="My-appName"   -DthemeName="My-themeName"   -DarchetypeGroupId="com.github.fredlo2010"   -DarchetypeArtifactId="vaadin-archetype-springboot-application"   -DarchetypeVersion="1.0.3"   -DinteractiveMode=false 

Required parameters for generate java project:

appName
validationRegex: none
themeName
validationRegex: none

Details about maven archetype vaadin-archetype-springboot-application

License

License

GroupId

GroupId

com.github.fredlo2010
ArtifactId

ArtifactId

vaadin-archetype-springboot-application
Version

Version

1.0.3
Type

Type

maven-archetype
Description

Description

com.github.fredlo2010:vaadin-archetype-springboot-application
This project is no longer maintained :( Please user coordinates com.github.sparkmuse : vaadin-archetype-springboot-application : 1.0.2 See: https://github.com/sparkmuse/vaadin-archetype-springboot-application
Project URL

Project URL

https://github.com/fredlo2010/vaadin-archetype-springboot-application
Source Code Management

Source Code Management

https://github.com/fredlo2010/vaadin-archetype-springboot-application

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.github.fredlo2010 -DarchetypeArtifactId=vaadin-archetype-springboot-application -DarchetypeVersion=1.0.3 -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.