Create Java project with Maven archetype microservice-archetype

Spring Boot 2 and Keycloak based Maven Archetype

Create a Java Project by archetype microservice-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DgroupId="My-groupId"   -DartifactIdCamelCase="My-artifactIdCamelCase"   -DartifactIdUnhyphenated="My-artifactIdUnhyphenated"   -DarchetypeGroupId="org.fintrace"   -DarchetypeArtifactId="microservice-archetype"   -DarchetypeVersion="0.0.13"   -DinteractiveMode=false 

Required parameters for generate java project:

groupId
validationRegex: none
artifactIdCamelCase
validationRegex: none
artifactIdUnhyphenated
validationRegex: none

Details about maven archetype microservice-archetype

License

License

GroupId

GroupId

org.fintrace
ArtifactId

ArtifactId

microservice-archetype
Version

Version

0.0.13
Type

Type

maven-archetype
Description

Description

Microservice Archetype
Spring Boot 2 and Keycloak based Maven Archetype
Project Organization

Project Organization

fintrace (https://fintrace.org/)

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.fintrace -DarchetypeArtifactId=microservice-archetype -DarchetypeVersion=0.0.13 -DinteractiveMode=false

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.