@ -66,14 +66,14 @@ itself and the Spring Boot CLI. Get `gvm` from
@@ -66,14 +66,14 @@ itself and the Spring Boot CLI. Get `gvm` from
$ gvm install springboot
$ spring --version
Spring Boot v0.5.0.M6
Spring Boot v1.0.0.RC1
> **Note:** If you are developing features for the CLI and want easy access to the version you just built, follow these extra instructions.
$ gvm install springboot dev /path/to/spring-boot/spring-boot-cli/target/spring-boot-cli-0.5.0.BUILD-SNAPSHOT-bin/spring-0.5.0.BUILD-SNAPSHOT/
$ gvm install springboot dev /path/to/spring-boot/spring-boot-cli/target/spring-boot-cli-1.0.0.BUILD-SNAPSHOT-bin/spring-1.0.0.BUILD-SNAPSHOT/
$ gvm use springboot dev
$ spring --version
Spring CLI v0.5.0.BUILD-SNAPSHOT
Spring CLI v1.0.0.BUILD-SNAPSHOT
This will install a local instance of `spring` called the `dev` instance inside your gvm repository. It points at your target build location, so every time you rebuild Spring Boot, `spring` will be up-to-date.
@ -86,7 +86,7 @@ You can see it by doing this:
@@ -86,7 +86,7 @@ You can see it by doing this:
@ -163,7 +163,7 @@ Create a `pom.xml` to import the appropriate Spring Boot starters:
@@ -163,7 +163,7 @@ Create a `pom.xml` to import the appropriate Spring Boot starters:
<!-- Add typical dependencies for a web application -->
@ -185,7 +185,7 @@ Create a `pom.xml` to import the appropriate Spring Boot starters:
@@ -185,7 +185,7 @@ Create a `pom.xml` to import the appropriate Spring Boot starters:
</build>
<!-- Allow access to Spring milestones and snapshots -->
<!-- (you don't need this if you are using anything after 0.5.0.RELEASE) -->
<!-- (you don't need this if you are using anything after 1.0.0.RELEASE) -->
@ -34,14 +34,14 @@ itself and the Spring Boot CLI. Get `gvm` from
@@ -34,14 +34,14 @@ itself and the Spring Boot CLI. Get `gvm` from
$ gvm install springboot
$ spring --version
Spring Boot v0.5.0.M5
Spring Boot v1.0.0.RC1
> **Note:** If you are developing features for the CLI and want easy access to the version you just built, follow these extra instructions.
$ gvm install springboot dev /path/to/spring-boot/spring-boot-cli/target/spring-boot-cli-0.5.0.BUILD-SNAPSHOT-bin/spring-0.5.0.BUILD-SNAPSHOT/
$ gvm install springboot dev /path/to/spring-boot/spring-boot-cli/target/spring-boot-cli-1.0.0.BUILD-SNAPSHOT-bin/spring-1.0.0.BUILD-SNAPSHOT/
$ gvm use springboot dev
$ spring --version
Spring CLI v0.5.0.BUILD-SNAPSHOT
Spring CLI v1.0.0.BUILD-SNAPSHOT
This will install a local instance of `spring` called the `dev` instance inside your gvm repository. It points at your target build location, so every time you rebuild Spring Boot, `spring` will be up-to-date.
@ -54,7 +54,7 @@ You can see it by doing this:
@@ -54,7 +54,7 @@ You can see it by doing this: