Commit 4e11ae16 authored by Phillip Webb's avatar Phillip Webb

Documentation

Various updates to README.md files.
parent 40a91769
This diff is collapsed.
# Spring Boot - Actuator # 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 The aim of this project is minimum fuss for getting applications up
and running in production, and in other environments. There is a and running in production, and in other environments. There is a
strong emphasis on implementing RESTful web services but many features strong emphasis on implementing RESTful web services but many features
......
# Spring Boot - AutoConfigure # 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 # 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 # 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 # Spring Boot - Starters
Aggregated dependencies for starter projects with an opinionated > We are currently still working on documentation for Spring Boot. Please check back
choice of Spring and related useful technologies. > in the future.
# Spring Boot - Gradle Plugin # 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 Launcher # Spring Launcher
A very thin Java main for executable JAR and WAR > We are currently still working on documentation for Spring Boot. Please check back
archives. `JarLauncher` and `WarLauncher` know how to access classpath > in the future.
resources and dependencies in nested jar files. \ No newline at end of file
# Spring Boot - Loader # Spring Boot - Loader
A very thin Java main for executable JAR and WAR > We are currently still working on documentation for Spring Boot. Please check back
archives. `JarLauncher` and `WarLauncher` know how to access classpath > in the future.
resources and dependencies in nested jar files.
# Spring Boot - Maven Plugin # 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, 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 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>` normal way, and then add the Spring plugin to your `<build><plugins>`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment