Create Java project with Maven archetype think-cloud-quickstart-archetype

通用依赖-Parent

Create a Java Project by archetype think-cloud-quickstart-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.chinagoods.framework.thinkcloud.quickstart"   -DarchetypeArtifactId="think-cloud-quickstart-archetype"   -DarchetypeVersion="2.0.1.RELEASE"   -DinteractiveMode=false 

Generated Project modules

  • ${rootArtifactId}-domain
  • ${rootArtifactId}-commons
  • ${rootArtifactId}-repo-api
  • ${rootArtifactId}-biz-api
  • ${rootArtifactId}-manager-api
  • ${rootArtifactId}-biz-provider
  • ${rootArtifactId}-repo-provider
  • ${rootArtifactId}-manager-provider
  • ${rootArtifactId}-ctl

Details about maven archetype think-cloud-quickstart-archetype

License

License

GroupId

GroupId

com.chinagoods.framework.thinkcloud.quickstart
ArtifactId

ArtifactId

think-cloud-quickstart-archetype
Version

Version

2.0.1.RELEASE
Type

Type

maven-archetype
Description

Description

think-cloud-quickstart-archetype
通用依赖-Parent

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.chinagoods.framework.thinkcloud.quickstart -DarchetypeArtifactId=think-cloud-quickstart-archetype -DarchetypeVersion=2.0.1.RELEASE -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.