## 概述 温馨提示 当前 Spring Cloud Alibaba 的 2.1.0.RELEASE 版本基于 Spring Cloud Greenwich.RELEASE(G)开发, Spring Boot 版本使用 2.1.3.RELEASE,注意此版本号,以免发生意想不到的问题(比如服务无法注册到服务器) ![](https://img.kancloud.cn/b4/e9/b4e9dbf5f1d2d9b1590d7d034226c4b1_1600x561.png) Spring Cloud Alibaba 项目都是基于 Spring Cloud,而 Spring Cloud 项目又是基于 Spring Boot 进行开发,并且都是使用 Maven 做项目管理工具。在实际开发中,我们一般都会创建一个依赖管理项目作为 Maven 的 Parent 项目使用,这样做可以极大的方便我们对 Jar 包版本的统一管理。 ![](https://img.kancloud.cn/a9/0e/a90ea6c7ce7d473194a0c87e5bc33709_1611x730.png)