Merge branch '2.2.x'

This commit is contained in:
spencergibb
2021-02-08 13:33:36 -05:00
12 changed files with 190 additions and 25 deletions

View File

@@ -19,6 +19,15 @@
</properties>
<build>
<sourceDirectory>src/main/asciidoc</sourceDirectory>
<plugins>
<plugin>
<!--skip deploy (this is just a test module) -->
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
<profiles>
<profile>

View File

@@ -4,20 +4,20 @@ https://github.com/spring-projects/spring-boot[Spring Boot CLI]
(2.0.0 or better):
$ spring version
Spring CLI v2.2.0.BUILD-SNAPSHOT
Spring CLI v2.2.3.RELEASE
E.g. for SDKMan users
```
$ sdk install springboot 2.2.0.BUILD-SNAPSHOT
$ sdk use springboot 2.2.0.BUILD-SNAPSHOT
$ sdk install springboot 2.2.3.RELEASE
$ sdk use springboot 2.2.3.RELEASE
```
and install the Spring Cloud plugin
```
$ mvn install
$ spring install org.springframework.cloud:spring-cloud-cli:2.2.0.BUILD-SNAPSHOT
$ spring install org.springframework.cloud:spring-cloud-cli:2.2.0.RELEASE
```
IMPORTANT: **Prerequisites:** to use the encryption and decryption features