diff --git a/spring-cloud-cli.html b/spring-cloud-cli.html index e3892e8..2be2c12 100644 --- a/spring-cloud-cli.html +++ b/spring-cloud-cli.html @@ -429,12 +429,12 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b

To install, make sure you have Spring Boot CLI -(1.2.0.RC1 or better):

+(1.2.0 or better):

$ spring version
-Spring CLI v1.2.0.RELEASE
+Spring CLI v1.2.1.RELEASE
@@ -442,8 +442,8 @@ Spring CLI v1.2.0.RELEASE
-
$ gvm install springboot 1.2.0.RELEASE
-$ gvm use springboot 1.2.0.RELEASE
+
$ gvm install springboot 1.2.1.RELEASE
+$ gvm use springboot 1.2.1.RELEASE
@@ -452,7 +452,26 @@ $ gvm use springboot 1.2.0.RELEASE
$ mvn install
-$ spring install org.springframework.cloud:spring-cloud-cli:1.0.0.RC2
+$ spring install org.springframework.cloud:spring-cloud-cli:1.0.0.BUILD-SNAPSHOT +
+
+
+

Encryption and Decryption

+
+ + + + + +
+
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 +in the JRE lib/security directory with the ones that you downloaded). +
@@ -460,7 +479,7 @@ $ spring install org.springframework.cloud:spring-cloud-cli:1.0.0.RC2