企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
# 61. 使用settings.xml配置CLI ### 61. 使用settings.xml配置CLI Spring Boot CLI使用Maven的依赖解析引擎Aether来解析依赖,它充分利用发现的`~/.m2/settings.xml` Maven设置去配置Aether。 CLI支持以下配置: - Offline - Mirrors - Servers - Proxies - Profiles - Activation - Repositories - Active profiles 更多信息可参考[Maven设置文档](https://maven.apache.org/settings.html)。