开源项目 Java Guns

下载项目

https://gitee.com/naan1993/guns

Maven配置阿里云镜像

settings.xml修改如下

<mirror>
	<id>nexus-aliyun</id>  
	<mirrorOf>*,!jeecg,!jeecg-snapshots</mirrorOf>  
	<name>Nexus aliyun</name>  
	<url>http://maven.aliyun.com/nexus/content/groups/public</url>  
</mirror>

IDEA配置Maven

File -> Setting

注意事项

  1. 项目导入后,如果pom.xml不是蓝色,说明没有导入成功。
    解决:右键 add as maven project

猜你喜欢

转载自www.cnblogs.com/guxingy/p/13185807.html
今日推荐