企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
#### Nexus数据源配置 ##### 版本要求 ##### 凭据配置 + 凭据类型 `Username with password` + 配置文件中可注入变量 `${credentialUsername}`, `${credentialPassword}` ##### 标签支持 <b style="color:red">注意YML格式,并删除配置中的注释</b> ##### 属性(YML) ~~~ nexus: version: url: https://nexus.example.com user: ${credentialUsername} password: ${credentialPassword} filter: - .jar repositories: - name: 3rd_part kind: 3RD_PART - name: maven-snapshots kind: SNAPSHOT - name: maven-releases kind: RELEASE ~~~