MVN

com.hackerrank.archetypes : springboot-rest-api

Maven & Gradle

Jan 04, 2019
0 stars

SpringBoot REST API Archetype · An archetype which contains a sample Spring Boot REST API project.

mvn archetype:generate -DarchetypeGroupId=com.hackerrank.archetypes -DarchetypeArtifactId=springboot-rest-api -DarchetypeVersion=1.0.0
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.hackerrank.archetypes : springboot-rest-api to generate a Maven project - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of com.hackerrank.archetypes : springboot-rest-api to generate a Maven project - All Versions:

Version Vulnerabilities Updated
1.0.x
springboot-rest-api-1.0.0
0.0.x
springboot-rest-api-0.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=com.hackerrank.archetypes -DarchetypeArtifactId=springboot-rest-api -DarchetypeVersion=1.0.0

Advertisement