Maven学习

1.eclipse创建maven项目

https://blog.csdn.net/gaoxiang24/article/details/79390518/

2.设置maven默认jar包仓库

修改F:\apache-maven-3.6.0\conf\setting.xml 

<!--配置jar包默认存放路径-->
<localRepository>E:/repository</localRepository>

<!-- localRepository
| The path to the local repository maven will use to store artifacts.
|
| Default: ${user.home}/.m2/repository
<localRepository>E:/repository</localRepository>

3.配置maven环境变量

https://www.cnblogs.com/miaomiaoka/p/11166714.html

4.Eclipse配置Maven环境

https://www.cnblogs.com/pengyan-9826/p/7767070.html

 

posted @ 2019-04-08 16:33  acui-fun  阅读(203)  评论(0)    收藏  举报