mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="com.fastjrun.archetype" -DarchetypeArtifactId="codeg-archetype" -DarchetypeVersion="1.4" -DinteractiveMode=false
| License |
License |
|---|---|
| GroupId | GroupIdcom.fastjrun.archetype |
| ArtifactId | ArtifactIdcodeg-archetype |
| Version | Version1.4 |
| Type | Typemaven-archetype |
| Description |
Description接口代码生成原型
快嘉框架archetype系列-接口代码生成
|
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=com.fastjrun.archetype -DarchetypeArtifactId=codeg-archetype -DarchetypeVersion=1.4 -DinteractiveMode=false