From e90478f00dad7e1f9616599a8f0eaec7f86e7b61 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Tue, 28 Nov 2017 06:02:00 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- multi/multi__installation.html | 8 ++++---- single/spring-cloud-cli.html | 8 ++++---- spring-cloud-cli.html | 2 +- spring-cloud-cli.xml | 10 +++++----- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/multi/multi__installation.html b/multi/multi__installation.html index cef8e6d..696cde6 100644 --- a/multi/multi__installation.html +++ b/multi/multi__installation.html @@ -3,10 +3,10 @@ 1. Installation

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]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]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]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]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]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.M6 and 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).