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="3.1.0"   -DinteractiveMode=false 

Generated Project modules

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

Details about maven archetype microservices-infra-archetype

License

License

GroupId

GroupId

com.devonfw.microservices
ArtifactId

ArtifactId

microservices-infra-archetype
Version

Version

3.1.0
Type

Type

maven-archetype
Description

Description

microservices-infra-archetype
Archetype for Devonfw infrastructure microservices project.
Project Organization

Project Organization

devonfw

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.25

Project Modules

There are no modules declared in this project.