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