0
点赞
收藏
分享

微信扫一扫

centos 7安装maven

金牛豆豆 2022-01-28 阅读 55


centos 7安装maven

wget https://archive.apache.org/dist/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.tar.gz
tar -zxvf apache-maven-3.3.9-bin.tar.gz
cd apache-maven-3.3.9
pwd
vi /etc/profile
source /etc/profile



举报

相关推荐

0 条评论