Add integration tests and release 1.1.0.M5
This commit is contained in:
@@ -1,23 +1,23 @@
|
||||
To install, make
|
||||
sure you have
|
||||
https://github.com/spring-projects/spring-boot[Spring Boot CLI]
|
||||
(1.2.0 or better):
|
||||
(1.3.0 or better):
|
||||
|
||||
$ spring version
|
||||
Spring CLI v1.2.3.RELEASE
|
||||
Spring CLI v1.3.2.RELEASE
|
||||
|
||||
E.g. for GVM users
|
||||
E.g. for SDKMan users
|
||||
|
||||
```
|
||||
$ gvm install springboot 1.3.0.M5
|
||||
$ gvm use springboot 1.3.0.M5
|
||||
$ sdk install springboot 1.3.2.RELEASE
|
||||
$ sdk use springboot 1.3.2.RELEASE
|
||||
```
|
||||
|
||||
and install the Spring Cloud plugin:
|
||||
|
||||
```
|
||||
$ mvn install
|
||||
$ spring install org.springframework.cloud:spring-cloud-cli:1.1.0.BUILD-SNAPSHOT
|
||||
$ spring install org.springframework.cloud:spring-cloud-cli:1.1.0.M5
|
||||
```
|
||||
|
||||
IMPORTANT: **Prerequisites:** to use the encryption and decryption features
|
||||
|
||||
Reference in New Issue
Block a user