Update bootstraps for cloud foundry
This commit is contained in:
@@ -24,13 +24,13 @@ $ gvm use springboot 1.1.5.RELEASE
|
||||
then get the install command plugin (backported from Boot 1.2.0):
|
||||
|
||||
```
|
||||
$ wget http://dl.bintray.com/dsyer/generic/install-0.0.1.jar
|
||||
$ wget http://dl.bintray.com/dsyer/generic/install-0.0.2.jar
|
||||
```
|
||||
|
||||
install it in the Spring Boot CLI, e.g. with GVM (MacOS users that rely on brew might have to find the `/lib` directory by scanning `brew info springboot`):
|
||||
|
||||
```
|
||||
$ cp install-0.0.1.jar ~/.gvm/springboot/1.1.5.RELEASE/lib
|
||||
$ cp install-0.0.2.jar ~/.gvm/springboot/1.1.5.RELEASE/lib
|
||||
```
|
||||
|
||||
and finally install the Spring Cloud plugin:
|
||||
|
||||
@@ -16,13 +16,13 @@ $ gvm use springboot 1.1.5.RELEASE
|
||||
then get the install command plugin (backported from Boot 1.2.0):
|
||||
|
||||
```
|
||||
$ wget http://dl.bintray.com/dsyer/generic/install-0.0.1.jar
|
||||
$ wget http://dl.bintray.com/dsyer/generic/install-0.0.2.jar
|
||||
```
|
||||
|
||||
install it in the Spring Boot CLI, e.g. with GVM (MacOS users that rely on brew might have to find the `/lib` directory by scanning `brew info springboot`):
|
||||
|
||||
```
|
||||
$ cp install-0.0.1.jar ~/.gvm/springboot/1.1.5.RELEASE/lib
|
||||
$ cp install-0.0.2.jar ~/.gvm/springboot/1.1.5.RELEASE/lib
|
||||
```
|
||||
|
||||
and finally install the Spring Cloud plugin:
|
||||
|
||||
Reference in New Issue
Block a user