Merge branch '2.2.x'
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user