Merge pull request #9512 from jeroenheijmans:docs/chocolatey-note

* pr/9512:
  Adds maven install note for Windows
This commit is contained in:
Stephane Nicoll 2017-06-14 14:13:14 +02:00
commit eb764a715e
1 changed files with 2 additions and 1 deletions

View File

@ -99,7 +99,8 @@ installed you can follow the instructions at http://maven.apache.org.
TIP: On many operating systems Maven can be installed via a package manager. If you're an TIP: On many operating systems Maven can be installed via a package manager. If you're an
OSX Homebrew user try `brew install maven`. Ubuntu users can run OSX Homebrew user try `brew install maven`. Ubuntu users can run
`sudo apt-get install maven`. `sudo apt-get install maven`. Windows users with Chocolatey can run `choco install maven`
from an elevated prompt.
Spring Boot dependencies use the `org.springframework.boot` `groupId`. Typically your Spring Boot dependencies use the `org.springframework.boot` `groupId`. Typically your
Maven POM file will inherit from the `spring-boot-starter-parent` project and declare Maven POM file will inherit from the `spring-boot-starter-parent` project and declare