MVN

com.github.supermanhub : spring-boot-quick-start-archetype

Maven & Gradle

Sep 20, 2017
0 stars

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.

mvn archetype:generate -DarchetypeGroupId=com.github.supermanhub -DarchetypeArtifactId=spring-boot-quick-start-archetype -DarchetypeVersion=1.0
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0

All Versions

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

Version Vulnerabilities Updated
1.0
spring-boot-quick-start-archetype-1.0

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.supermanhub -DarchetypeArtifactId=spring-boot-quick-start-archetype -DarchetypeVersion=1.0

Advertisement