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
e1c6860a
Commit
e1c6860a
authored
Aug 02, 2013
by
Phillip Webb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Documentation
parent
5a723662
Changes
12
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
340 additions
and
306 deletions
+340
-306
README.md
README.md
+10
-10
README.md
spring-boot-actuator/README.md
+1
-1
Features.md
spring-boot-actuator/docs/Features.md
+0
-6
README.md
spring-boot-autoconfigure/README.md
+1
-1
README.md
spring-boot-cli/README.md
+1
-1
README.md
spring-boot-loader-tools/README.md
+5
-0
README.md
spring-boot-loader/README.md
+1
-1
README.md
spring-boot-maven-plugin/README.md
+1
-1
README.md
spring-boot-samples/README.md
+2
-0
README.md
spring-boot-starters/README.md
+1
-1
README.md
spring-boot/README.md
+317
-22
Features.md
spring-boot/docs/Features.md
+0
-262
No files found.
README.md
View file @
e1c6860a
...
...
@@ -91,7 +91,7 @@ You can use an `alias` for the Spring Boot command line tool:
$ alias spring="java -jar ~/.m2/repository/org/springframework/boot/spring-cli/0.5.0.BUILD-SNAPSHOT/spring-cli-0.5.0.BUILD-SNAPSHOT.jar"
_Also see [CONTRIBUTING.md] if you wish to submit pull requests._
_Also see [CONTRIBUTING.md]
(CONTRIBUTING.md)
if you wish to submit pull requests._
## Spring Boot Modules
There are a number of modules in Spring Boot. Here are the important ones:
...
...
@@ -144,20 +144,20 @@ can also watch files, automatically recompiling and restarting when they change.
### spring-boot-actuator
The Actuator uses auto-configuration to decorate your application with features that
make it instantly deployable and supportable in production. For instance if you are
writing a JSON web service then it will provide a server, security, logging, externalized
configuration, management endpoints, an audit abstraction, and more. If you want to
switch off the built in features, or extend or replace them, it makes that really easy as
well.
Spring Boot Actuator provides additional auto-configuration to decorate your application
with features that make it instantly deployable and supportable in production. For
instance if you are writing a JSON web service then it will provide a server, security,
logging, externalized configuration, management endpoints, an audit abstraction, and
more. If you want to switch off the built in features, or extend or replace them, it
makes that really easy as
well.
_See [spring-boot-actuator/README.md](spring-boot-actuator/README.md)._
### spring-boot-loader
Loader provides the secret sauce that allows you to build a single jar file that can be
launched using
`java -jar`
. Generally you will not need to use
`spring-boot-loader`
directly but instead work with the
Spring Boot Loader provides the secret sauce that allows you to build a single jar file
that can be launched using
`java -jar`
. Generally you will not need to use
`spring-boot-loader`
directly but instead work with the
[
Gradle
](
spring-boot-gradle-plugin/README.md
)
or
[
Maven
](
spring-boot-maven-plugin/README.md
)
plugin.
...
...
spring-boot-actuator/README.md
View file @
e1c6860a
# Spring Boot Actuator
# Spring Boot
-
Actuator
The aim of this project is minimum fuss for getting applications up
and running in production, and in other environments. There is a
...
...
spring-boot-actuator/docs/Features.md
View file @
e1c6860a
...
...
@@ -37,12 +37,6 @@ have picked a container implementation (by including either Tomcat or
Jetty on the classpath), but then the API is the same. TODO: finish
this.
## Logging
Spring Actuator uses SLF4J for logging, but leaves the implementation
open. The Starter projects and the Actuator use logback logging by
default because it has the richest feature set.
## Info Endpoint
By default the Actuator adds an
`/info`
endpoint to the main server.
...
...
spring-boot-autoconfigure/README.md
View file @
e1c6860a
# Spring AutoConfigure
# Spring
Boot -
AutoConfigure
spring-boot-cli/README.md
View file @
e1c6860a
# Spring CLI
# Spring
Boot -
CLI
spring-boot-loader-tools/README.md
0 → 100644
View file @
e1c6860a
# 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.
spring-boot-loader/README.md
View file @
e1c6860a
# Spring
Launch
er
# Spring
Boot - Load
er
A very thin Java main for executable JAR and WAR
archives.
`JarLauncher`
and
`WarLauncher`
know how to access classpath
...
...
spring-boot-maven-plugin/README.md
View file @
e1c6860a
# Spring
Package
Maven Plugin
# Spring
Boot -
Maven Plugin
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
...
...
spring-boot-samples/README.md
0 → 100644
View file @
e1c6860a
# Spring Boot - Samples
spring-boot-starters/README.md
View file @
e1c6860a
# Spring Starters
# Spring
Boot -
Starters
Aggregated dependencies for starter projects with an opinionated
choice of Spring and related useful technologies.
spring-boot/README.md
View file @
e1c6860a
This diff is collapsed.
Click to expand it.
spring-boot/docs/Features.md
deleted
100644 → 0
View file @
5a723662
This diff is collapsed.
Click to expand it.
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