Create Java project with Maven archetype codeg-archetype

快嘉框架archetype系列-接口代码生成

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.fastjrun.archetype"   -DarchetypeArtifactId="codeg-archetype"   -DarchetypeVersion="1.4"   -DinteractiveMode=false 

Generated Project modules

  • ${rootArtifactId}-api
  • ${rootArtifactId}-bundle
  • ${rootArtifactId}-bundle-mock
  • ${rootArtifactId}-mock-server
  • ${rootArtifactId}-client

Details about maven archetype codeg-archetype

License

License

GroupId

GroupId

com.fastjrun.archetype
ArtifactId

ArtifactId

codeg-archetype
Version

Version

1.4
Type

Type

maven-archetype
Description

Description

接口代码生成原型
快嘉框架archetype系列-接口代码生成

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.fastjrun.archetype -DarchetypeArtifactId=codeg-archetype -DarchetypeVersion=1.4 -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.