MVN

de.bitgrip.archetypes : spring-boot-service

Maven & Gradle

Aug 16, 2019
7 stars

An archetype of a spring-boot-service · An archetype which generates a complete spring-boot-service with an RESTFUL api with dummy implementation. Each application layer is Additionally creates an FeignClient coupled to the API of the service, which clients could use. Check https://github.com/bitgrip/spring-boot-archetype

mvn archetype:generate -DarchetypeGroupId=de.bitgrip.archetypes -DarchetypeArtifactId=spring-boot-service -DarchetypeVersion=0.1.0
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.bitgrip.archetypes : spring-boot-service to generate a Maven project - Latest Versions:

  • Latest Stable: 0.1.0

All Versions

Choose a version of de.bitgrip.archetypes : spring-boot-service to generate a Maven project - All Versions:

Version Vulnerabilities Updated
0.1.x
spring-boot-service-0.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=de.bitgrip.archetypes -DarchetypeArtifactId=spring-boot-service -DarchetypeVersion=0.1.0

Advertisement