You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yudao/doc/生产环境/docker/通过yum安装maven.md

464 B

安装maven的前提是安装jdk参考《linux jdk安装》

``bash // 使用配置工具配置第三方epel源仓库 yum-config-manager --add-repo http://repos.fedorapeople.org/repos/dchen/apache-maven/epel-apache-maven.repo yum-config-manager --enable epel-apache-maven // 安装maven yum install -y apache-maven // 验证maven验证是否为Oracle字样默认有版本输出 mvn -version //最后确认下yum源地址有没被误改 yum repolist