Update install instructions
This commit is contained in:
11
README.adoc
11
README.adoc
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user