Create Java project with Maven archetype gwt-modular-springboot-webapp

The GWT WebAppCreator's sample, modularized.

Create a Java Project by archetype gwt-modular-springboot-webapp with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dmodule="My-module"   -Dmodule-short-name="My-module-short-name"   -DarchetypeGroupId="io.github.sogis.archetype"   -DarchetypeArtifactId="gwt-modular-springboot-webapp"   -DarchetypeVersion="0.0.1"   -DinteractiveMode=false 

Required parameters for generate java project:

module
validationRegex: none
module-short-name
validationRegex: none

Generated Project modules

  • ${rootArtifactId}-client
  • ${rootArtifactId}-shared
  • ${rootArtifactId}-server

Details about maven archetype gwt-modular-springboot-webapp

License

License

GroupId

GroupId

io.github.sogis.archetype
ArtifactId

ArtifactId

gwt-modular-springboot-webapp
Version

Version

0.0.1
Type

Type

maven-archetype
Description

Description

GWT Modular non-RPC SpringBoot WebApp Archetype
The GWT WebAppCreator's sample, modularized.

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=io.github.sogis.archetype -DarchetypeArtifactId=gwt-modular-springboot-webapp -DarchetypeVersion=0.0.1 -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.