From aaaf07ef2d8f5d95a4b9e3bea7a702a4c8f0fa39 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Mon, 2 Feb 2015 12:04:43 +0100 Subject: [PATCH] Update install docs --- README.adoc | 16 ++++++++++++---- docs/src/main/asciidoc/install.adoc | 16 ++++++++++++---- 2 files changed, 24 insertions(+), 8 deletions(-) diff --git a/README.adoc b/README.adoc index 9eb187e..253f96c 100644 --- a/README.adoc +++ b/README.adoc @@ -11,16 +11,16 @@ https://github.com/spring-cloud[Spring Cloud]. To install, make sure you have https://github.com/spring-projects/spring-boot[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 E.g. for GVM users ``` -$ 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 ``` and install the Spring Cloud plugin: @@ -30,6 +30,14 @@ $ mvn install $ 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). + == Building === Basic Compile and Test diff --git a/docs/src/main/asciidoc/install.adoc b/docs/src/main/asciidoc/install.adoc index 548b953..e46b3db 100644 --- a/docs/src/main/asciidoc/install.adoc +++ b/docs/src/main/asciidoc/install.adoc @@ -1,16 +1,16 @@ To install, make sure you have https://github.com/spring-projects/spring-boot[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 E.g. for GVM users ``` -$ 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 ``` and install the Spring Cloud plugin: @@ -19,3 +19,11 @@ and install the Spring Cloud plugin: $ mvn install $ 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).