Create Java project with Maven archetype spring-boot-archetype

help to quickly build efficient, code-clean and stable 'spring-boot' projects.

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.github.netyjq"   -DarchetypeArtifactId="spring-boot-archetype"   -DarchetypeVersion="0.0.2.release"   -DinteractiveMode=false 

Generated Project modules

  • ${rootArtifactId}-model
  • ${rootArtifactId}-mapper
  • ${rootArtifactId}-web
  • ${rootArtifactId}-service
  • ${rootArtifactId}-common

Details about maven archetype spring-boot-archetype

License

License

GroupId

GroupId

com.github.netyjq
ArtifactId

ArtifactId

spring-boot-archetype
Version

Version

0.0.2.release
Type

Type

maven-archetype
Description

Description

spring-boot-archetype-archetype
help to quickly build efficient, code-clean and stable 'spring-boot' projects.
Project URL

Project URL

https://github.com/netyjq/spring-boot-archetype
Source Code Management

Source Code Management

https://github.com/netyjq/spring-boot-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.github.netyjq -DarchetypeArtifactId=spring-boot-archetype -DarchetypeVersion=0.0.2.release -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.