Skip to content

Commit

Permalink
upload maven-wrapper.jar to fix error in execute mvnw & modify branch…
Browse files Browse the repository at this point in the history
… name in README
  • Loading branch information
fangjian0423 committed Jul 27, 2018
1 parent c4cbbf4 commit 9037c85
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file added .mvn/wrapper/maven-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -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到本地,然后执行以下命令:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 9037c85

Please sign in to comment.