Apeller

导航

04 2019 档案

maven本地仓库和中央仓库配置
摘要:本地: maven默认会配置到C盘用户下的.m2,当然可以更改其默认路径 打开maven安装目录找到conf->settings搜索localRepository 中间放包默认下载路径 中央: 1.项目要用到jar包时maven会自动去本地仓库找 2.找不到就去中央仓库找 3.中央仓库没有就去远程仓 阅读全文

posted @ 2019-04-19 00:17 Apeller 阅读(2289) 评论(0) 推荐(0)

maven概念和安装,配置
摘要:学习出处: https://www.bilibili.com/video/av31623453?from=search&seid=12570990603730704724 坐标:依赖包: https://search.maven.org/ https://mvnrepository.com/ mav 阅读全文

posted @ 2019-04-18 23:40 Apeller 阅读(117) 评论(0) 推荐(0)