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
4e11ae16
Commit
4e11ae16
authored
Aug 06, 2013
by
Phillip Webb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Documentation
Various updates to README.md files.
parent
40a91769
Changes
10
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
195 additions
and
154 deletions
+195
-154
README.md
README.md
+172
-146
README.md
spring-boot-actuator/README.md
+3
-0
README.md
spring-boot-autoconfigure/README.md
+3
-0
README.md
spring-boot-cli/README.md
+3
-0
README.md
spring-boot-samples/README.md
+2
-0
README.md
spring-boot-starters/README.md
+2
-2
README.md
spring-boot-tools/spring-boot-gradle-plugin/README.md
+3
-0
README.md
spring-boot-tools/spring-boot-loader-tools/README.md
+2
-3
README.md
spring-boot-tools/spring-boot-loader/README.md
+2
-3
README.md
spring-boot-tools/spring-boot-maven-plugin/README.md
+3
-0
No files found.
README.md
View file @
4e11ae16
This diff is collapsed.
Click to expand it.
spring-boot-actuator/README.md
View file @
4e11ae16
# Spring Boot - Actuator
> **Note:** Some of this documentation covers concepts from other modules, it will be
> cleaned up before the final release.
The aim of this project is minimum fuss for getting applications up
and running in production, and in other environments. There is a
strong emphasis on implementing RESTful web services but many features
...
...
spring-boot-autoconfigure/README.md
View file @
4e11ae16
# Spring Boot - AutoConfigure
> We are currently still working on documentation for Spring Boot. Please check back
> in the future.
\ No newline at end of file
spring-boot-cli/README.md
View file @
4e11ae16
# Spring Boot - CLI
> We are currently still working on documentation for Spring Boot. Please check back
> in the future.
\ No newline at end of file
spring-boot-samples/README.md
View file @
4e11ae16
# Spring Boot - Samples
> We are currently still working on documentation for Spring Boot. Please check back
> in the future.
\ No newline at end of file
spring-boot-starters/README.md
View file @
4e11ae16
# Spring Boot - Starters
Aggregated dependencies for starter projects with an opinionated
choice of Spring and related useful technologies
.
> We are currently still working on documentation for Spring Boot. Please check back
> in the future
.
spring-boot-tools/spring-boot-gradle-plugin/README.md
View file @
4e11ae16
# Spring Boot - Gradle Plugin
> We are currently still working on documentation for Spring Boot. Please check back
> in the future.
\ No newline at end of file
spring-boot-tools/spring-boot-loader-tools/README.md
View file @
4e11ae16
# Spring Launcher
A very thin Java main for executable JAR and WAR
archives.
`JarLauncher`
and
`WarLauncher`
know how to access classpath
resources and dependencies in nested jar files.
> We are currently still working on documentation for Spring Boot. Please check back
> in the future.
\ No newline at end of file
spring-boot-tools/spring-boot-loader/README.md
View file @
4e11ae16
# Spring Boot - Loader
A very thin Java main for executable JAR and WAR
archives.
`JarLauncher`
and
`WarLauncher`
know how to access classpath
resources and dependencies in nested jar files.
> We are currently still working on documentation for Spring Boot. Please check back
> in the future.
spring-boot-tools/spring-boot-maven-plugin/README.md
View file @
4e11ae16
# Spring Boot - Maven Plugin
> **Note:** We are currently still working on documentation for Spring Boot. This
> README is not yet complete, please check back in the future.
A maven plugin for building executable JAR and WAR files. To use it,
configure your project to build a JAR or WAR (as appropriate) in the
normal way, and then add the Spring plugin to your
`<build><plugins>`
...
...
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