Correct Spring Boot version

This commit is contained in:
Dave Syer
2014-12-19 17:09:19 +00:00
parent 574df6611d
commit 68d5ad1634
2 changed files with 6 additions and 6 deletions

View File

@@ -14,13 +14,13 @@ https://github.com/spring-projects/spring-boot[Spring Boot CLI]
(1.2.0.RC1 or better):
$ spring version
Spring CLI v1.2.0.RC1
Spring CLI v1.2.0.RELEASE
E.g. for GVM users
```
$ gvm install springboot 1.2.0.RC1
$ gvm use springboot 1.2.0.RC1
$ gvm install springboot 1.2.0.RELEASE
$ gvm use springboot 1.2.0.RELEASE
```
and install the Spring Cloud plugin:

View File

@@ -4,13 +4,13 @@ https://github.com/spring-projects/spring-boot[Spring Boot CLI]
(1.2.0.RC1 or better):
$ spring version
Spring CLI v1.2.0.RC1
Spring CLI v1.2.0.RELEASE
E.g. for GVM users
```
$ gvm install springboot 1.2.0.RC1
$ gvm use springboot 1.2.0.RC1
$ gvm install springboot 1.2.0.RELEASE
$ gvm use springboot 1.2.0.RELEASE
```
and install the Spring Cloud plugin: