Create Java project with Maven archetype giants-gateway-archetype

giants gateway archetype

Create a Java Project by archetype giants-gateway-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DserverPort="My-serverPort"   -DeurekaServiceUrl="My-eurekaServiceUrl"   -DarchetypeGroupId="com.github.vencent-lu"   -DarchetypeArtifactId="giants-gateway-archetype"   -DarchetypeVersion="1.0.0"   -DinteractiveMode=false 

Required parameters for generate java project:

serverPort
validationRegex: none
eurekaServiceUrl
validationRegex: none

Details about maven archetype giants-gateway-archetype

License

License

GroupId

GroupId

com.github.vencent-lu
ArtifactId

ArtifactId

giants-gateway-archetype
Version

Version

1.0.0
Type

Type

maven-archetype
Description

Description

giants-gateway-archetype
giants gateway archetype
Project URL

Project URL

https://github.com/vencent-lu/giants-gateway-archetype.git

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.github.vencent-lu -DarchetypeArtifactId=giants-gateway-archetype -DarchetypeVersion=1.0.0 -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.