Create Java project with Maven archetype giants-anemic-archetype

giants server archetype

Create a Java Project by archetype giants-anemic-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-anemic-archetype"   -DarchetypeVersion="1.0.0"   -DinteractiveMode=false 

Required parameters for generate java project:

serverPort
validationRegex: none
eurekaServiceUrl
validationRegex: none

Generated Project modules

  • ${rootArtifactId}-common
  • ${rootArtifactId}-domain
  • ${rootArtifactId}-service
  • ${rootArtifactId}-biz
  • ${rootArtifactId}-server
  • ${rootArtifactId}-api

Details about maven archetype giants-anemic-archetype

License

License

GroupId

GroupId

com.github.vencent-lu
ArtifactId

ArtifactId

giants-anemic-archetype
Version

Version

1.0.0
Type

Type

maven-archetype
Description

Description

giants-anemic-archetype
giants server archetype
Project URL

Project URL

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

How to add to project

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