Documentation

Various updates to README.md files.
This commit is contained in:
Phillip Webb
2013-08-05 17:06:07 -07:00
parent 40a9176937
commit 4e11ae1671
10 changed files with 195 additions and 154 deletions

View File

@@ -1 +1,4 @@
# Spring Boot - Gradle Plugin
> We are currently still working on documentation for Spring Boot. Please check back
> in the future.

View File

@@ -1,5 +1,4 @@
# 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.

View File

@@ -1,5 +1,4 @@
# 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.

View File

@@ -1,5 +1,8 @@
# 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>`