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
> **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
> 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
> 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
> 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
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 - 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
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 - 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 - 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>`
......
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