@nextleaf
2018-11-07T11:05:17.000000Z
字数 875
阅读 2576
未分类
archetype-catalog.xml
地址:https://repo.maven.apache.org/maven2/archetype-catalog.xml
File
New Project
Maven
create from archetype
Add Archetype
以关键字查找archetype-catalog.xml里的相关的groupId、artifactId、version等,然后填上去
添加后选中该项,创建项目。
摘自archetype-catalog.xml
<archetype><groupId>com.alexanderperucci</groupId><artifactId>spring-grow</artifactId><version>1.0.1</version><description>可以生成一个安全的Spring MVC Web应用程序(XML配置)的Maven原型</description></archetype><archetype><groupId>ml.rugal.archetype</groupId><artifactId>springmvc-spring-mybatis</artifactId><version>0.1</version><description>一个基于Spring MVC弹簧和Mybatis的JavaEE应用原型</description></archetype><archetype><groupId>net.coding.chenxiaobo</groupId><artifactId>base-framework-archetype</artifactId><version>1.0.0.RELEASE</version><description>BASIC框架是Java Web框架的权限管理系统,基于Spring、Mybatis、Spring MVC、Apache SHIO</description></archetype>
