1
0
mirror of https://gitee.com/mirrors/Spring-Cloud-Alibaba.git synced 2021-06-26 13:25:11 +08:00

upload maven-wrapper.jar to fix error in execute mvnw & modify branch name in README

This commit is contained in:
fangjian0423 2018-07-27 23:45:50 +08:00
parent c4cbbf41e2
commit 9037c85de7
3 changed files with 2 additions and 2 deletions

BIN
.mvn/wrapper/maven-wrapper.jar vendored Executable file

Binary file not shown.

View File

@ -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到本地然后执行以下命令

View File

@ -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.xJDK 1.7 or later versions are supported.
* **1.x branch**: Corresponds to Spring Boot 1.xJDK 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: