MVN

org.springframework.boot : spring-boot-sample-integration-archetype

Maven & Gradle

May 13, 2014
72.6k stars

spring-boot-sample-integration-archetype · Spring Boot Integration Sample

mvn archetype:generate -DarchetypeGroupId=org.springframework.boot -DarchetypeArtifactId=spring-boot-sample-integration-archetype -DarchetypeVersion=1.0.2.RELEASE
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.springframework.boot : spring-boot-sample-integration-archetype to generate a Maven project - Latest Versions:

  • Latest Stable: 1.0.2.RELEASE

All Versions

Choose a version of org.springframework.boot : spring-boot-sample-integration-archetype to generate a Maven project - All Versions:

Version Vulnerabilities Updated
1.0.x
spring-boot-sample-integration-archetype-1.0.2.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=org.springframework.boot -DarchetypeArtifactId=spring-boot-sample-integration-archetype -DarchetypeVersion=1.0.2.RELEASE

Advertisement