#安装
wget https://mirrors.tuna.tsinghua.edu.cn/apache/maven/maven-3/3.5.3/binaries/apache-maven-3.5.3-bin.tar.gz
tar xzvf apache-maven-3.5.3-bin.tar.gz
echo "export MVN_HOME=/home/software/apache-maven-3.5.3" >> /etc/profile
echo "export PATH=\$PATH:\$MVN_HOME/bin" >> /etc/profile
source /etc/profile
上一篇

安装nexus
2019-02-26
下一篇

安装postgresql
2019-02-25