zoukankan
html css js c++ java
修改maven本地仓库的默认地址
由于maven默认仓库地址为C盘,所以缓存jar文件多了会占用掉C盘很多空间,鉴于此可更改maven仓库地址来避免。
1. 打开maven解压后目录,找到conf文件夹中的settion.xml文件
2. 将地址改为D盘
3. 打开cmd命令终端,执行mvn help:system,maven仓库更改成功!
> mvn help:system
查看全文
相关阅读:
创建 demo项目表
安装 vue-devtools
安装 Visual Studio Code
切面拦截过滤日志
Mysql 创建自增序列表
[编译] 8、在Linux下搭建 stm8 单片机的开发烧写环境(makefile版)
[蓝牙嗅探-Ubertooth One] 千元开源蓝牙抓包 Ubertooth One 安装和使用
微信客服接口文档
七牛云违规删除问题
好用的团队协助软件推荐
原文地址:https://www.cnblogs.com/weiqinl/p/6295969.html
最新文章
Centos安装docker postgresql
oracle数据库删除用户(schema)操作
Linux df排查inode已满及解决方法
自定义字段
爱数
在游戏中播放cg视频遇到的问题
Vue v-for
Vue v-if v-show
Vue 计算属性 computed
Vue v-on
热门文章
Vue v-bind
Vue v-cloak
Vue v-pre
Vue v-html
Vue v-text
Vue v-once
Vue mustache {{ }}
Vue3.0简单响应式
TypeError: Cannot read property 'version' of undefined
终端进程启动失败: shell 可执行文件“C:WindowsSystem32WindowsPowerShellv1.0powershell.exe”的路径不存在。
Copyright © 2011-2022 走看看