Create Java project with Maven archetype spring-boot-quick-start-archetype

A famous modern and lightweight architecture based on spring Framework, Boot, Security, Data JPA, HATEOAS, Thymeleaf, WebJars, TDD, RESTful API and so on, which helps you and your team to build web applications or web services quickly and easily.

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.github.supermanhub"   -DarchetypeArtifactId="spring-boot-quick-start-archetype"   -DarchetypeVersion="1.0"   -DinteractiveMode=false 

Details about maven archetype spring-boot-quick-start-archetype

License

License

GroupId

GroupId

com.github.supermanhub
ArtifactId

ArtifactId

spring-boot-quick-start-archetype
Version

Version

1.0
Type

Type

maven-archetype
Description

Description

spring-boot-quick-start-archetype
A famous modern and lightweight architecture based on spring Framework, Boot, Security, Data JPA, HATEOAS, Thymeleaf, WebJars, TDD, RESTful API and so on, which helps you and your team to build web applications or web services quickly and easily.
Project URL

Project URL

https://github.com/supermanHub/spring-boot-quick-start-archetype
Source Code Management

Source Code Management

https://github.com/supermanHub/spring-boot-quick-start-archetype.git

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.github.supermanhub -DarchetypeArtifactId=spring-boot-quick-start-archetype -DarchetypeVersion=1.0 -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.