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

This archetype creates a Vaadin Java application with Spring Boot.

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DapplicationName="My-applicationName"   -DarchetypeGroupId="com.vaadin"   -DarchetypeArtifactId="vaadin-archetype-spring-application"   -DarchetypeVersion="23.1.2"   -DinteractiveMode=false 

Required parameters for generate java project:

applicationName
validationRegex: none

Details about maven archetype vaadin-archetype-spring-application

License

License

GroupId

GroupId

com.vaadin
ArtifactId

ArtifactId

vaadin-archetype-spring-application
Version

Version

23.1.2
Type

Type

maven-archetype
Description

Description

Project base for Vaadin Java applications with Spring Boot
This archetype creates a Vaadin Java application with Spring Boot.
Project URL

Project URL

https://vaadin.com
Source Code Management

Source Code Management

https://github.com/vaadin/archetypes

How to add to project

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