Create Java project with Maven archetype microservices-infra-archetype

Archetype for Devonfw infrastructure microservices project.

Create a Java Project by archetype microservices-infra-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.devonfw.microservices"   -DarchetypeArtifactId="microservices-infra-archetype"   -DarchetypeVersion="2.4.0"   -DinteractiveMode=false 

Generated Project modules

  • service-eureka
  • service-zuul
  • service-auth
  • service-configserver

Details about maven archetype microservices-infra-archetype

GroupId

GroupId

com.devonfw.microservices
ArtifactId

ArtifactId

microservices-infra-archetype
Version

Version

2.4.0
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.devonfw.microservices -DarchetypeArtifactId=microservices-infra-archetype -DarchetypeVersion=2.4.0 -DinteractiveMode=false