Create Java project with Maven archetype awe-boot-archetype

This archetype generates a simple AWE web application with spring boot

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.almis.awe"   -DarchetypeArtifactId="awe-boot-archetype"   -DarchetypeVersion="4.5.3"   -DinteractiveMode=false 

Details about maven archetype awe-boot-archetype

License

License

GroupId

GroupId

com.almis.awe
ArtifactId

ArtifactId

awe-boot-archetype
Version

Version

4.5.3
Type

Type

maven-archetype
Description

Description

AWE Spring Boot Archetype (V4.5.3)
This archetype generates a simple AWE web application with spring boot
Project URL

Project URL

https://www.almis.com
Source Code Management

Source Code Management

https://gitlab.com/aweframework/awe/tree/master/awe-framework/awe-dependencies/awe-boot-archetype/

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.almis.awe -DarchetypeArtifactId=awe-boot-archetype -DarchetypeVersion=4.5.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.