Maven 私服搭建

2021/10/21 23:09:34

本文主要是介绍Maven 私服搭建,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

1.下载

地址

2.安装

# 解压
tar -zxvf nexus-3.34.1-01-unix.tar.gz
# 修改端口
nexus-3.34.1-01/etc/nexus-default.properties
# 启动
./nexus-3.34.1-01/bin/nexus start
./nexus-3.34.1-01/bin/nexus stop

# 查看运行状态
./nexus status

# 开启防火墙端口

# 访问地址
ip:端口
# 初始用户密码
admin
sonatype-work/nexus3/admin.password



这篇关于Maven 私服搭建的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!


扫一扫关注最新编程教程