Minor formatting and consistent copyright header.
This commit is contained in:
Phillip Webb
2013-10-08 20:30:45 -07:00
parent 1a9ce42da9
commit b772f7c2e4
65 changed files with 194 additions and 65 deletions

View File

@@ -35,14 +35,14 @@ itself and the Spring Boot CLI. Get `gvm` from
$ gvm install springboot
$ spring --version
Spring Boot v0.5.0.M4
> **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 use springboot dev
$ spring --version
Spring CLI v0.5.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.
You can see it by doing this:
@@ -53,8 +53,8 @@ You can see it by doing this:
================================================================================
Available Springboot Versions
================================================================================
> + dev
* 0.5.0.M4
> + dev
* 0.5.0.M4
================================================================================
+ - local version