摘要:
常用操作 1. 仓库创建Git项目 gitLab或者Github上创建一个空白项目 shiro-demo,获得项目仓库地址:https://gitee.com/xxx/shiro-demo.git 2. 本地电脑上执行Git 全局设置: ``` git config --global user.na 阅读全文
摘要:
下载 https://maven.apache.org/download.cgi 安装 将文件解压到D:\Program Files\Apache\maven目录下 新建环境变量MAVEN_HOME,赋值D:\Program Files\Apache\maven 编辑环境变量Path,追加%MAVE 阅读全文