- 一、maven配置
- 1. 私服配置
- 2. 替换后的配置
- 二、IntelliJ IDEA
- 2.1. 创建项目
- 2.2. 指定配置
- 2.3. 下载依赖
- 三、nexus3 监控
- 3.1. 查看依赖版本
- 3.2. 版本对比
- 3.3. aliyun 仓库地址
在本地的maven 配置settings.xml内容,用下面内容覆盖
2. 替换后的配置 二、IntelliJ IDEAlocal-test-release admin admin local-test-group * http://127.0.0.1:8081/repository/local-test-group/ * nexus nexus http://127.0.0.1:8081/repository/local-test-group/ true true nexus http://127.0.0.1:8081/repository/local-test-group/ true true nexus
2.1. 创建项目idea 测试
新建项目或者在现有的项目中添加依赖都可以,要是在现有的项目中添加MySQL依赖,刷新maven
这里以spring-boot-starter-web 2.5.7依赖查看
3.2. 版本对比 3.3. aliyun 仓库地址咱们只要下载过得maven依赖都会上传 nexus3 私服仓库中
https://developer.aliyun.com/mvn/guide



