Create Java project with Maven archetype org.tinygroup.weixinarchetype


Create a Java Project by archetype org.tinygroup.weixinarchetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DtinyVersion="My-tinyVersion"   -DarchetypeGroupId="org.tinygroup"   -DarchetypeArtifactId="org.tinygroup.weixinarchetype"   -DarchetypeVersion="2.3.0"   -DinteractiveMode=false 

Required parameters for generate java project:

tinyVersion
validationRegex: none

Generated Project modules

  • base-dao
  • business-inter
  • business-impl
  • common
  • dao-inter
  • dao-impl
  • service-inter
  • service-impl
  • service-wrapper
  • view
  • view-uicomponent
  • controller
  • web

Details about maven archetype org.tinygroup.weixinarchetype

GroupId

GroupId

org.tinygroup
ArtifactId

ArtifactId

org.tinygroup.weixinarchetype
Version

Version

2.3.0
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.tinygroup -DarchetypeArtifactId=org.tinygroup.weixinarchetype -DarchetypeVersion=2.3.0 -DinteractiveMode=false