Updated install instructions
This commit is contained in:
13
index.html
13
index.html
@@ -59,23 +59,22 @@ class Eureka {}
|
||||
To install the CLI, make
|
||||
sure you have
|
||||
[Spring Boot CLI](https://github.com/spring-projects/spring-boot)
|
||||
(1.2.0 or better):
|
||||
(1.4.4 or better):
|
||||
|
||||
$ spring version
|
||||
Spring CLI v1.2.1.RELEASE
|
||||
Spring CLI v1.4.4.RELEASE
|
||||
|
||||
E.g. for GVM users
|
||||
E.g. for SDKMan users
|
||||
|
||||
```
|
||||
$ gvm install springboot 1.2.1.RELEASE
|
||||
$ gvm use springboot 1.2.1.RELEASE
|
||||
$ sdk install springboot 1.4.4.RELEASE
|
||||
$ sdk use springboot 1.4.4.RELEASE
|
||||
```
|
||||
|
||||
and install the Spring Cloud plugin:
|
||||
|
||||
```
|
||||
$ mvn install
|
||||
$ spring install org.springframework.cloud:spring-cloud-cli:1.0.0.BUILD-SNAPSHOT
|
||||
$ spring install org.springframework.cloud:spring-cloud-cli:1.2.3.RELEASE
|
||||
```
|
||||
|
||||
IMPORTANT: **Prerequisites:** to use the encryption and decryption features
|
||||
|
||||
Reference in New Issue
Block a user