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
e4376bc4
Commit
e4376bc4
authored
Feb 13, 2014
by
Phillip Webb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update READMEs to 1.0.0.RC3
parent
169eeb95
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
48 additions
and
48 deletions
+48
-48
README.md
README.md
+5
-5
autoconfig.md
docs/autoconfig.md
+39
-39
README.md
spring-boot-cli/README.md
+4
-4
No files found.
README.md
View file @
e4376bc4
...
@@ -44,8 +44,8 @@ before you begin:
...
@@ -44,8 +44,8 @@ before you begin:
### Manual installation
### Manual installation
You can download the Spring CLI distribution from the Spring software repository:
You can download the Spring CLI distribution from the Spring software repository:
*
[
spring-boot-cli-1.0.0.RC
2-bin.zip
](
http://repo.spring.io/milestone/org/springframework/boot/spring-boot-cli/1.0.0.RC2/spring-boot-cli-1.0.0.RC2
-bin.zip
)
*
[
spring-boot-cli-1.0.0.RC
3-bin.zip
](
http://repo.spring.io/milestone/org/springframework/boot/spring-boot-cli/1.0.0.RC3/spring-boot-cli-1.0.0.RC3
-bin.zip
)
*
[
spring-boot-cli-1.0.0.RC
2-bin.tar.gz
](
http://repo.spring.io/milestone/org/springframework/boot/spring-boot-cli/1.0.0.RC2/spring-boot-cli-1.0.0.RC2
-bin.tar.gz
)
*
[
spring-boot-cli-1.0.0.RC
3-bin.tar.gz
](
http://repo.spring.io/milestone/org/springframework/boot/spring-boot-cli/1.0.0.RC3/spring-boot-cli-1.0.0.RC3
-bin.tar.gz
)
Cutting edge
[
snapshot distributions
](
http://repo.spring.io/snapshot/org/springframework/boot/spring-boot-cli/
)
Cutting edge
[
snapshot distributions
](
http://repo.spring.io/snapshot/org/springframework/boot/spring-boot-cli/
)
are also available.
are also available.
...
@@ -66,7 +66,7 @@ itself and the Spring Boot CLI. Get `gvm` from
...
@@ -66,7 +66,7 @@ itself and the Spring Boot CLI. Get `gvm` from
$ gvm install springboot
$ gvm install springboot
$ spring --version
$ spring --version
Spring Boot v1.0.0.RC
2
Spring Boot v1.0.0.RC
3
> **Note:** If you are developing features for the CLI and want easy access to the version you just built, follow these extra instructions.
> **Note:** If you are developing features for the CLI and want easy access to the version you just built, follow these extra instructions.
...
@@ -86,7 +86,7 @@ You can see it by doing this:
...
@@ -86,7 +86,7 @@ You can see it by doing this:
Available Springboot Versions
Available Springboot Versions
================================================================================
================================================================================
> + dev
> + dev
*
1.0.0.RC
2
*
1.0.0.RC
3
================================================================================
================================================================================
+
- local version
+
- local version
...
@@ -163,7 +163,7 @@ Create a `pom.xml` to import the appropriate Spring Boot starters:
...
@@ -163,7 +163,7 @@ Create a `pom.xml` to import the appropriate Spring Boot starters:
<parent>
<parent>
<groupId>org.springframework.boot</groupId>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.0.0.RC
2
</version>
<version>1.0.0.RC
3
</version>
</parent>
</parent>
<!-- Add typical dependencies for a web application -->
<!-- Add typical dependencies for a web application -->
...
...
docs/autoconfig.md
View file @
e4376bc4
This diff is collapsed.
Click to expand it.
spring-boot-cli/README.md
View file @
e4376bc4
...
@@ -12,8 +12,8 @@ before you begin:
...
@@ -12,8 +12,8 @@ before you begin:
### Manual installation
### Manual installation
You can download the Spring CLI distribution from the Spring software repository:
You can download the Spring CLI distribution from the Spring software repository:
*
[
spring-boot-cli-1.0.0.RC
2-bin.zip
](
http://repo.spring.io/milestone/org/springframework/boot/spring-boot-cli/1.0.0.RC2/spring-boot-cli-1.0.0.RC2
-bin.zip
)
*
[
spring-boot-cli-1.0.0.RC
3-bin.zip
](
http://repo.spring.io/milestone/org/springframework/boot/spring-boot-cli/1.0.0.RC3/spring-boot-cli-1.0.0.RC3
-bin.zip
)
*
[
spring-boot-cli-1.0.0.RC
2-bin.tar.gz
](
http://repo.spring.io/milestone/org/springframework/boot/spring-boot-cli/1.0.0.RC2/spring-boot-cli-1.0.0.RC2
-bin.tar.gz
)
*
[
spring-boot-cli-1.0.0.RC
3-bin.tar.gz
](
http://repo.spring.io/milestone/org/springframework/boot/spring-boot-cli/1.0.0.RC3/spring-boot-cli-1.0.0.RC3
-bin.tar.gz
)
Cutting edge
[
snapshot distributions
](
http://repo.spring.io/snapshot/org/springframework/boot/spring-boot-cli/
)
Cutting edge
[
snapshot distributions
](
http://repo.spring.io/snapshot/org/springframework/boot/spring-boot-cli/
)
are also available.
are also available.
...
@@ -34,7 +34,7 @@ itself and the Spring Boot CLI. Get `gvm` from
...
@@ -34,7 +34,7 @@ itself and the Spring Boot CLI. Get `gvm` from
$ gvm install springboot
$ gvm install springboot
$ spring --version
$ spring --version
Spring Boot v1.0.0.RC
2
Spring Boot v1.0.0.RC
3
> **Note:** If you are developing features for the CLI and want easy access to the version you just built, follow these extra instructions.
> **Note:** If you are developing features for the CLI and want easy access to the version you just built, follow these extra instructions.
...
@@ -54,7 +54,7 @@ You can see it by doing this:
...
@@ -54,7 +54,7 @@ You can see it by doing this:
Available Springboot Versions
Available Springboot Versions
================================================================================
================================================================================
> + dev
> + dev
*
1.0.0.RC
2
*
1.0.0.RC
3
================================================================================
================================================================================
+
- local version
+
- local version
...
...
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