spring-boot/spring-boot-samples
Dave Syer 77bac876ce Add support for Spring Loaded in Maven and Gradle
Requires Loaded 1.1.5 (or better).

For Maven you can just add springloaded to the dependencies of the
spring-boot plugin (and also set MAVEN_OPTS=-noverify).

For Gradle add springloaded to the build dependencies (-noverify
can be added by the plugin).

In both cases there is also support for adding an arbitrary java agent
via configuration. Samples are provided in
spring-boot-sample-[simple,web-ui].

The ApplicationPlugin is only added if there is no JavaExec task
already present, and additionally it computes its own man class if
none is provided. So "gradle run" and "gradle bootRun" look
superficially similar, but "bootRun" has extra options, including
the agent and Loaded support.

Fixes gh-251, gh-183
2014-02-18 10:05:28 +00:00
..
spring-boot-sample-actuator Next development version 2014-02-13 13:19:12 -08:00
spring-boot-sample-actuator-log4j Next development version 2014-02-13 13:19:12 -08:00
spring-boot-sample-actuator-noweb Next development version 2014-02-13 13:19:12 -08:00
spring-boot-sample-actuator-ui Next development version 2014-02-13 13:19:12 -08:00
spring-boot-sample-amqp Next development version 2014-02-13 13:19:12 -08:00
spring-boot-sample-aop Next development version 2014-02-13 13:19:12 -08:00
spring-boot-sample-batch Next development version 2014-02-13 13:19:12 -08:00
spring-boot-sample-data-jpa Next development version 2014-02-13 13:19:12 -08:00
spring-boot-sample-data-mongodb Next development version 2014-02-13 13:19:12 -08:00
spring-boot-sample-data-redis Next development version 2014-02-13 13:19:12 -08:00
spring-boot-sample-integration Next development version 2014-02-13 13:19:12 -08:00
spring-boot-sample-jetty Next development version 2014-02-13 13:19:12 -08:00
spring-boot-sample-profile Next development version 2014-02-13 13:19:12 -08:00
spring-boot-sample-secure Next development version 2014-02-13 13:19:12 -08:00
spring-boot-sample-servlet Next development version 2014-02-13 13:19:12 -08:00
spring-boot-sample-simple Add support for Spring Loaded in Maven and Gradle 2014-02-18 10:05:28 +00:00
spring-boot-sample-tomcat Next development version 2014-02-13 13:19:12 -08:00
spring-boot-sample-traditional Next development version 2014-02-13 13:19:12 -08:00
spring-boot-sample-web-jsp Next development version 2014-02-13 13:19:12 -08:00
spring-boot-sample-web-secure Next development version 2014-02-13 13:19:12 -08:00
spring-boot-sample-web-static Next development version 2014-02-13 13:19:12 -08:00
spring-boot-sample-web-ui Add support for Spring Loaded in Maven and Gradle 2014-02-18 10:05:28 +00:00
spring-boot-sample-websocket Next development version 2014-02-13 13:19:12 -08:00
spring-boot-sample-xml Next development version 2014-02-13 13:19:12 -08:00
pom.xml Add support for Spring Loaded in Maven and Gradle 2014-02-18 10:05:28 +00:00
README.md

Spring Boot - Samples

We are currently still working on documentation for Spring Boot. Please check back in the future.