作者:蛋农老张 | 来源:互联网 | 2023-10-12 11:19
1、仓库配置??为了避免攻击,nexus已经把中央仓库从http:repo.maven.apache.orgmaven2?修改为?https:repo.maven.apache.o
1、仓库配置
为了避免攻击,nexus已经把中央仓库从
http://repo.maven.apache.org/maven2 修改为 https://repo.maven.apache.org/maven2
当然以前地址的同样可以使用,只是为了更安全把http协议修改为Https了。
2、代理配置
老版本是对每仓库进行配置,新增新版本只需一次配置即可
Maven 私服 Nexus 界面配置