2020年7月26日

使用nexus搭建maven私库

摘要: 什么是nexus? nexus是一个maven仓库管理器,使用nexus可以快速便捷的搭建自己的maven私有仓库。 docker安装nexus 拉取镜像 docker pull sonatype/nexus3 后台执行镜像 docker run -d -p 8081:8081 --name nex 阅读全文

posted @ 2020-07-26 18:20 幕友皎敖奔乾 阅读(1222) 评论(0) 推荐(0)

导航