Sync docs from master to gh-pages

This commit is contained in:
buildmaster
2018-10-03 14:01:50 +00:00
parent f0e9003807
commit d1aaeac8d7
9 changed files with 22 additions and 22 deletions

View File

@@ -4,7 +4,7 @@
<book xmlns="http://docbook.org/ns/docbook" xmlns:xl="http://www.w3.org/1999/xlink" version="5.0" xml:lang="en">
<info>
<title>Spring Boot Cloud CLI</title>
<date>2018-10-02</date>
<date>2018-10-03</date>
</info>
<preface>
<title></title>
@@ -28,13 +28,13 @@ sure you have
<link xl:href="https://github.com/spring-projects/spring-boot">Spring Boot CLI</link>
(2.0.0 or better):</simpara>
<literallayout class="monospaced">$ spring version
Spring CLI v2.0.0.M6</literallayout>
Spring CLI v2.1.0.M4</literallayout>
<simpara>E.g. for SDKMan users</simpara>
<screen>$ sdk install springboot 2.0.0.M6
$ sdk use springboot 2.0.0.M6</screen>
<screen>$ sdk install springboot 2.1.0.M4
$ sdk use springboot 2.1.0.M4</screen>
<simpara>and install the Spring Cloud plugin</simpara>
<screen>$ mvn install
$ spring install org.springframework.cloud:spring-cloud-cli:2.0.1.BUILD-SNAPSHOT</screen>
$ spring install org.springframework.cloud:spring-cloud-cli:2.1.0.BUILD-SNAPSHOT</screen>
<important>
<simpara><emphasis role="strong">Prerequisites:</emphasis> to use the encryption and decryption features
you need the full-strength JCE installed in your JVM (it&#8217;s not there by default).