Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
76665591
Commit
76665591
authored
Jun 14, 2017
by
Jeroen Heijmans
Committed by
Stephane Nicoll
Jun 14, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adds maven install note for Windows
See also:
https://chocolatey.org/packages/maven
Closes gh-9512
parent
33aca5e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
getting-started.adoc
spring-boot-docs/src/main/asciidoc/getting-started.adoc
+2
-1
No files found.
spring-boot-docs/src/main/asciidoc/getting-started.adoc
View file @
76665591
...
...
@@ -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
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
Maven POM file will inherit from the `spring-boot-starter-parent` project and declare
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment