Brixton.M1 release
This commit is contained in:
10
README.adoc
10
README.adoc
@@ -21,15 +21,15 @@ https://github.com/spring-projects/spring-boot[Spring Boot CLI]
|
||||
E.g. for GVM users
|
||||
|
||||
```
|
||||
$ gvm install springboot 1.2.3.RELEASE
|
||||
$ gvm use springboot 1.2.3.RELEASE
|
||||
$ gvm install springboot 1.3.0.M5
|
||||
$ gvm use springboot 1.3.0.M5
|
||||
```
|
||||
|
||||
and install the Spring Cloud plugin:
|
||||
|
||||
```
|
||||
$ mvn install
|
||||
$ spring install org.springframework.cloud:spring-cloud-cli:1.0.2.RELEASE
|
||||
$ spring install org.springframework.cloud:spring-cloud-cli:1.1.0.M1
|
||||
```
|
||||
|
||||
IMPORTANT: **Prerequisites:** to use the encryption and decryption features
|
||||
@@ -81,7 +81,7 @@ https://github.com/spring-cloud-samples/scripts[scripts demo
|
||||
repository] for specific instructions about the common cases of mongo,
|
||||
rabbit and redis.
|
||||
|
||||
NOTE: migration to the Maven wrapper (`.mvnw`) is underway. If you
|
||||
NOTE: migration to the Maven wrapper (`./mvnw`) is underway. If you
|
||||
find a project that doesn't have it yet, raise an issue to get it
|
||||
added, and build with the command from `.travis.yml` (usually
|
||||
`mvn install -s .settings.xml`).
|
||||
@@ -112,7 +112,7 @@ marketplace".
|
||||
Unfortunately m2e does not yet support Maven 3.3, so once the projects
|
||||
are imported into Eclipse you will also need to tell m2eclipse to use
|
||||
the `.settings.xml` file for the projects. If you do not do this you
|
||||
may see errors many different errors related to the POMs in the
|
||||
may see many different errors related to the POMs in the
|
||||
projects. Open your Eclipse preferences, expand the Maven
|
||||
preferences, and select User Settings. In the User Settings field
|
||||
click Browse and navigate to the Spring Cloud project you imported
|
||||
|
||||
Reference in New Issue
Block a user