MVN

com.github.netyjq : spring-boot-archetype

Maven & Gradle

Dec 24, 2019
28 stars

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

mvn archetype:generate -DarchetypeGroupId=com.github.netyjq -DarchetypeArtifactId=spring-boot-archetype -DarchetypeVersion=0.0.2.release
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.netyjq : spring-boot-archetype to generate a Maven project - Latest Versions:

  • Latest Stable: 0.0.2.release

All Versions

Choose a version of com.github.netyjq : spring-boot-archetype to generate a Maven project - All Versions:

Version Vulnerabilities Updated
0.0.x
spring-boot-archetype-0.0.2.release
spring-boot-archetype-0.0.1.release

How to generate a maven project from archetype

Instead of manually creating the directory structure needed for an archetype, simply use:

mvn archetype:generate -DarchetypeGroupId=com.github.netyjq -DarchetypeArtifactId=spring-boot-archetype -DarchetypeVersion=0.0.2.release