To install, make
sure you have
Spring Boot CLI
-(1.5.2 or better):
$ spring version
-Spring CLI v1.5.8.RELEASE
E.g. for SDKMan users
$ sdk install springboot 1.5.8.RELEASE
-$ sdk use springboot 1.5.8.RELEASE
and install the Spring Cloud plugin
$ mvn install
-$ spring install org.springframework.cloud:spring-cloud-cli:1.4.1.BUILD-SNAPSHOT
Important
Prerequisites: to use the encryption and decryption features
+(2.0.0 or better):
$ spring version
+Spring CLI v2.0.0.M6
E.g. for SDKMan users
$ sdk install springboot 2.0.0.M6
+$ sdk use springboot 2.0.0.M6
and install the Spring Cloud plugin
$ mvn install
+$ spring install org.springframework.cloud:spring-cloud-cli:2.0.0.BUILD-SNAPSHOT
Important
Prerequisites: to use the encryption and decryption features
you need the full-strength JCE installed in your JVM (it’s not there by default).
You can download the "Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files"
from Oracle, and follow instructions for installation (essentially replace the 2 policy files
diff --git a/single/spring-cloud-cli.html b/single/spring-cloud-cli.html
index d0258a4..6276ea1 100644
--- a/single/spring-cloud-cli.html
+++ b/single/spring-cloud-cli.html
@@ -11,10 +11,10 @@ conveniently all at once from the command line (very useful at
development time).
Note
Spring Cloud is released under the non-restrictive Apache 2.0 license. If you would like to contribute to this section of the documentation or if you find an error, please find the source code and issue trackers in the project at github.
1. Installation
To install, make
sure you have
Spring Boot CLI
-(1.5.2 or better):
$ spring version
-Spring CLI v1.5.8.RELEASE
E.g. for SDKMan users
$ sdk install springboot 1.5.8.RELEASE
-$ sdk use springboot 1.5.8.RELEASE
and install the Spring Cloud plugin
$ mvn install
-$ spring install org.springframework.cloud:spring-cloud-cli:1.4.1.BUILD-SNAPSHOT
Important
Prerequisites: to use the encryption and decryption features
+(2.0.0 or better):
$ spring version
+Spring CLI v2.0.0.M6
E.g. for SDKMan users
$ sdk install springboot 2.0.0.M6
+$ sdk use springboot 2.0.0.M6
and install the Spring Cloud plugin
$ mvn install
+$ spring install org.springframework.cloud:spring-cloud-cli:2.0.0.BUILD-SNAPSHOT
Important
Prerequisites: to use the encryption and decryption features
you need the full-strength JCE installed in your JVM (it’s not there by default).
You can download the "Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files"
from Oracle, and follow instructions for installation (essentially replace the 2 policy files
diff --git a/spring-cloud-cli.html b/spring-cloud-cli.html
index 8dbffd4..840d8d8 100644
--- a/spring-cloud-cli.html
+++ b/spring-cloud-cli.html
@@ -90,7 +90,7 @@ $(addBlockSwitches);
-
1.4.1.BUILD-SNAPSHOT
+
2.0.0.BUILD-SNAPSHOT
diff --git a/spring-cloud-cli.xml b/spring-cloud-cli.xml
index cafe30a..503ba4a 100644
--- a/spring-cloud-cli.xml
+++ b/spring-cloud-cli.xml
@@ -26,15 +26,15 @@ development time).
To install, make
sure you have
Spring Boot CLI
-(1.5.2 or better):
+(2.0.0 or better):
$ spring version
-Spring CLI v1.5.8.RELEASE
+Spring CLI v2.0.0.M6
E.g. for SDKMan users
-$ sdk install springboot 1.5.8.RELEASE
-$ sdk use springboot 1.5.8.RELEASE
+$ sdk install springboot 2.0.0.M6
+$ sdk use springboot 2.0.0.M6and install the Spring Cloud plugin$ mvn install
-$ spring install org.springframework.cloud:spring-cloud-cli:1.4.1.BUILD-SNAPSHOT
+$ spring install org.springframework.cloud:spring-cloud-cli:2.0.0.BUILD-SNAPSHOT
Prerequisites: to use the encryption and decryption features
you need the full-strength JCE installed in your JVM (it’s not there by default).