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
eb246d6b
Commit
eb246d6b
authored
Sep 09, 2013
by
Phillip Webb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md to M4
parent
8467a66e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
README.md
README.md
+4
-4
No files found.
README.md
View file @
eb246d6b
...
...
@@ -40,8 +40,8 @@ before you begin:
### Manual installation
You can download the Spring CLI distribution from the Spring software repository:
*
[
spring-boot-cli-0.5.0.M
2-bin.zip
](
http://repo.springsource.org/milestone/org/springframework/boot/spring-boot-cli/0.5.0.M2/spring-boot-cli-0.5.0.M2
-bin.zip
)
*
[
spring-boot-cli-0.5.0.M
2-bin.tar.gz
](
http://repo.springsource.org/milestone/org/springframework/boot/spring-boot-cli/0.5.0.M2/spring-boot-cli-0.5.0.M2
-bin.tar.gz
)
*
[
spring-boot-cli-0.5.0.M
4-bin.zip
](
http://repo.springsource.org/milestone/org/springframework/boot/spring-boot-cli/0.5.0.M4/spring-boot-cli-0.5.0.M4
-bin.zip
)
*
[
spring-boot-cli-0.5.0.M
4-bin.tar.gz
](
http://repo.springsource.org/milestone/org/springframework/boot/spring-boot-cli/0.5.0.M4/spring-boot-cli-0.5.0.M4
-bin.tar.gz
)
Cutting edge
[
snapshot distributions
](
http://repo.springsource.org/snapshot/org/springframework/boot/spring-boot-cli/
)
are also available.
...
...
@@ -62,7 +62,7 @@ itself and the Spring Boot CLI. Get `gvm` from
$ gvm install springboot
$ spring --version
Spring Boot v0.5.0.M
2
Spring Boot v0.5.0.M
4
### OSX Homebrew installation
If you are on a Mac and using
[
homebrew
](
http://brew.sh/
)
, all you need to do to install
...
...
@@ -131,7 +131,7 @@ Create a `pom.xml` to import the appropriate Spring Boot starters:
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<version>
0.5.0.M
2
</version>
<version>
0.5.0.M
4
</version>
</parent>
<!-- Add typical dependencies for a web application -->
...
...
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