diff --git a/.mvn/wrapper/maven-wrapper.jar b/.mvn/wrapper/maven-wrapper.jar new file mode 100755 index 000000000..279ff4cdc Binary files /dev/null and b/.mvn/wrapper/maven-wrapper.jar differ diff --git a/README-zh.md b/README-zh.md index e42a01e04..c2626a600 100644 --- a/README-zh.md +++ b/README-zh.md @@ -20,7 +20,7 @@ Spring Cloud Alibaba 致力于提供分布式应用服务开发的一站式解 ## 如何构建 * master 分支对应的是 Spring Boot 2.x,最低支持 JDK 1.8。 -* support_spring_boot_1 分支对应的是 Spring Boot 1.x,最低支持 JDK 1.7。 +* 1.x 分支对应的是 Spring Boot 1.x,最低支持 JDK 1.7。 Spring Cloud 使用 Maven 来构建,最快的使用方式是将本项目clone到本地,然后执行以下命令: diff --git a/README.md b/README.md index e845f9e12..f37bbea40 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ For more features please refer to [Roadmap](https://github.com/spring-cloud-incu ## How to build * **master branch**: Corresponds to Spring Boot 2.x. JDK 1.8 or later versions are supported. -* **support_spring_boot_1 branch**: Corresponds to Spring Boot 1.x,JDK 1.7 or later versions are supported. +* **1.x branch**: Corresponds to Spring Boot 1.x,JDK 1.7 or later versions are supported. Spring Cloud uses Maven for most build-related activities, and you should be able to get off the ground quite quickly by cloning the project you are interested in and typing: