MVN

io.github.raineye.archetypes : spring-boot-quickstart-archetype

Maven & Gradle

Dec 12, 2021
0 stars

spring-boot-quickstart-archetype · spring-boot项目模板

mvn archetype:generate -DarchetypeGroupId=io.github.raineye.archetypes -DarchetypeArtifactId=spring-boot-quickstart-archetype -DarchetypeVersion=1.1.1
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.raineye.archetypes : spring-boot-quickstart-archetype to generate a Maven project - Latest Versions:

  • Latest Stable: 1.1.1

All Versions

Choose a version of io.github.raineye.archetypes : spring-boot-quickstart-archetype to generate a Maven project - All Versions:

Version Vulnerabilities Updated
1.1.x
spring-boot-quickstart-archetype-1.1.1
spring-boot-quickstart-archetype-1.1.0
1.0.x
spring-boot-quickstart-archetype-1.0.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=io.github.raineye.archetypes -DarchetypeArtifactId=spring-boot-quickstart-archetype -DarchetypeVersion=1.1.1

Advertisement