随笔分类 - Maven
Windows安装配置Maven
摘要:一、下载 Maven官网下载地址 进入下载页面,选择操作系统对应的二进制压缩文件。如: Linux:apache-maven-3.6.3-bin.tar.gz Windows: apache-maven-3.6.3-bin.zip 二、安装 所需环境: JDK环境 配置了Java相关环境变量(如果是
解决zsh无法使用maven
摘要:创建.bash_profile,添加maven的环境变量 创建文件 vim ~/.bash_profile 添加环境变量 ###########Maven################# export MAVEN_HOME=/opt/maven/maven-3.6.3 export PATH=$M
Linux安装Maven
摘要:一、下载maven 下载页面:https://maven.apache.org/download.cgi maven3.6.3链接:apache-maven-3.6.3-bin.tar.gz 下载apache-maven-3.6.3-bin.tar.gz wget https://mirrors.b