Create Java project with Maven archetype turnonline-ecosystem-microservice-archetype

TurnOnline.biz Ecosystem: Serverless Microservice Archetype

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DMyServiceName="My-MyServiceName"   -DProjectId="My-ProjectId"   -DarchetypeGroupId="biz.turnonline.ecosystem"   -DarchetypeArtifactId="turnonline-ecosystem-microservice-archetype"   -DarchetypeVersion="1.3"   -DinteractiveMode=false 

Required parameters for generate java project:

MyServiceName
validationRegex: none
ProjectId
validationRegex: none

Details about maven archetype turnonline-ecosystem-microservice-archetype

License

License

GroupId

GroupId

biz.turnonline.ecosystem
ArtifactId

ArtifactId

turnonline-ecosystem-microservice-archetype
Version

Version

1.3
Type

Type

maven-archetype
Description

Description

TurnOnline.biz Ecosystem Microservice Archetype
TurnOnline.biz Ecosystem: Serverless Microservice Archetype
Project URL

Project URL

https://github.com/turnonline/ecosystem-microservice-archetype
Source Code Management

Source Code Management

https://github.com/turnonline/ecosystem-microservice-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=biz.turnonline.ecosystem -DarchetypeArtifactId=turnonline-ecosystem-microservice-archetype -DarchetypeVersion=1.3 -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.