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
86064f48
Commit
86064f48
authored
Aug 11, 2013
by
Dave Syer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add GVM instructions to README
parent
e8430f61
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletion
+12
-1
README.md
README.md
+12
-1
No files found.
README.md
View file @
86064f48
...
@@ -53,6 +53,17 @@ from the unpacked archive. In summary: there is a `spring` script
...
@@ -53,6 +53,17 @@ from the unpacked archive. In summary: there is a `spring` script
or alternatively you can use
`java -jar`
with the
`.jar`
file (the
or alternatively you can use
`java -jar`
with the
`.jar`
file (the
script helps you to be sure that the classpath is set correctly).
script helps you to be sure that the classpath is set correctly).
### Installation with GVM
GVM (the Groovy Environment Manager) can be used for managing multiple
versions of verious Groovy and Java binary packages, including Groovy
itself and the Spring Boot CLI. Get
`gvm`
from
[
the gvm home page
](
http://gvmtool.net
)
and install Spring Boot with
$ gvm install springboot
$ spring --version
Spring Boot v0.5.0.M1
### OSX Homebrew installation
### OSX Homebrew installation
If you are on a Mac and using
[
homebrew
](
http://brew.sh/
)
, all you need to do to install
If you are on a Mac and using
[
homebrew
](
http://brew.sh/
)
, all you need to do to install
the Spring Boot CLI is:
the Spring Boot CLI is:
...
@@ -142,7 +153,7 @@ Create a `pom.xml` to import the appropriate Spring Boot starters:
...
@@ -142,7 +153,7 @@ Create a `pom.xml` to import the appropriate Spring Boot starters:
</build>
</build>
<!-- Allow access to Spring milestones and snapshots -->
<!-- Allow access to Spring milestones and snapshots -->
<!-- (you don't need this if you are using
the GA release
) -->
<!-- (you don't need this if you are using
anything after 0.5.0.M1
) -->
<repositories>
<repositories>
<repository>
<repository>
<id>
spring-snapshots
</id>
<id>
spring-snapshots
</id>
...
...
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