# 66. 使用settings.xml配置CLI

Spring Boot CLI使用Maven的依赖解析引擎Aether来解析依赖，它充分利用发现的`~/.m2/settings.xml` Maven设置去配置Aether。

CLI支持以下配置：

* Offline
* Mirrors
* Servers
* Proxies
* Profiles
  * Activation
  * Repositories
* Active profiles&#x20;

更多信息可参考[Maven设置文档](https://maven.apache.org/settings.html)。
