勾选 Create from archetype
列表中 选择 maven-archetype-webapp
添加设置 archetypeCatalog=internal
enable auto import
maven settings.xml修改镜像地址为阿里的,当然你够快也可以不用这么做
<mirror>
<id>alimaven</id>
<name>aliyun maven</name>
<url>
http://maven.aliyun.com/nexus/content/groups/public/
</url>
<mirrorOf>central</mirrorOf>
</mirror>
网友评论