CentOS
背景 今天在学习maven 私服的时候,创建了一个仓库,然后将代码打包部署到私服上,在部署的时候报错 再次记录一下。 报错信息 Failed to execute goal org.apache.ma...
2021年3月27日19,884maven
nexus
nginx
nginx配置文件 server { listen 80 default; server_name _; return 404; } upstream lucky.centoscn.vip { ser...
2020年4月22日7,693nexus
CentOS
服务器配置 系统资源 4 vCPU 8 GiB (I/O优化) 为什么搭建maven私有仓库 Maven是一个项目管理和自动构建工具。 Gradle是一个基于Apache Ant和Apache Mav...
2020年4月20日8,090nexus
CentOS
添加这三个代理到nexus上 <mirror> <id>offical</id> <name>Maven Official Repository<...
2020年3月22日7,346nexus
评论