Update install instructions

This commit is contained in:
Spencer Gibb
2016-09-26 15:29:12 -06:00
parent 7428de1176
commit b486928aab
2 changed files with 10 additions and 12 deletions

View File

@@ -18,24 +18,23 @@ development time).
To install, make
sure you have
https://github.com/spring-projects/spring-boot[Spring Boot CLI]
(1.3.5 or better):
(1.4.1 or better):
$ spring version
Spring CLI v1.3.5.RELEASE
Spring CLI v1.4.1.RELEASE
E.g. for SDKMan users
```
$ sdk install springboot 1.3.5.RELEASE
$ sdk use springboot 1.3.5.RELEASE
$ sdk install springboot 1.4.1.RELEASE
$ sdk use springboot 1.4.1.RELEASE
```
and install the Spring Cloud plugins (they are independent, so you can install one or the other or both):
and install the Spring Cloud plugin
```
$ mvn install
$ spring install org.springframework.cloud:spring-cloud-cli:1.2.0.BUILD-SNAPSHOT
$ spring install org.springframework.cloud.launcher:spring-cloud-launcher-cli:1.2.0.BUILD-SNAPSHOT
```
IMPORTANT: **Prerequisites:** to use the encryption and decryption features

View File

@@ -1,24 +1,23 @@
To install, make
sure you have
https://github.com/spring-projects/spring-boot[Spring Boot CLI]
(1.3.5 or better):
(1.4.1 or better):
$ spring version
Spring CLI v1.3.5.RELEASE
Spring CLI v1.4.1.RELEASE
E.g. for SDKMan users
```
$ sdk install springboot 1.3.5.RELEASE
$ sdk use springboot 1.3.5.RELEASE
$ sdk install springboot 1.4.1.RELEASE
$ sdk use springboot 1.4.1.RELEASE
```
and install the Spring Cloud plugins (they are independent, so you can install one or the other or both):
and install the Spring Cloud plugin
```
$ mvn install
$ spring install org.springframework.cloud:spring-cloud-cli:1.2.0.BUILD-SNAPSHOT
$ spring install org.springframework.cloud.launcher:spring-cloud-launcher-cli:1.2.0.BUILD-SNAPSHOT
```
IMPORTANT: **Prerequisites:** to use the encryption and decryption features