Maven学习
1.eclipse创建maven项目
https://blog.csdn.net/gaoxiang24/article/details/79390518/
SRE实战 互联网时代守护先锋,助力企业售后服务体系运筹帷幄!一键直达领取阿里云限量特价优惠。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>

更多精彩