spring-boot/spring-boot-samples
Dave Syer 5592023f16 Add support for reloading resources in Gradle plugin
Usage:

$ gradle bootRun
...

Edit files in src/main/resources and see the changes live in a web app
(e.g. static resources in /static).

The old functionality of bootRun has been replaced (since it didn't add
a lot of value and also didn't expose any JMV argument setters of anything).
This new feature set is backed by any existing "run" task configuration.

In addition autodetects a main class if there is one in the project
sources, so no need for mainClassName = '...' in build.gradle.

Applies the 'application' plugin (so no need to declare that either).

Fixes gh-225
2014-01-15 11:26:33 +00:00
..
spring-boot-sample-actuator Add support for reloading resources in Gradle plugin 2014-01-15 11:26:33 +00:00
spring-boot-sample-actuator-log4j Remove long package names from samples 2013-12-31 08:40:26 +00:00
spring-boot-sample-actuator-noweb Polish 2014-01-02 12:10:37 -08:00
spring-boot-sample-actuator-ui Remove long package names from samples 2013-12-31 08:40:26 +00:00
spring-boot-sample-amqp Remove long package names from samples 2013-12-31 08:40:26 +00:00
spring-boot-sample-aop Remove long package names from samples 2013-12-31 08:40:26 +00:00
spring-boot-sample-batch Remove long package names from samples 2013-12-31 08:40:26 +00:00
spring-boot-sample-data-jpa Remove long package names from samples 2013-12-31 08:40:26 +00:00
spring-boot-sample-data-mongodb Remove long package names from samples 2013-12-31 08:40:26 +00:00
spring-boot-sample-data-redis Attempt to fix failing CI build 2014-01-02 10:23:58 -08:00
spring-boot-sample-integration Remove long package names from samples 2013-12-31 08:40:26 +00:00
spring-boot-sample-jetty Remove long package names from samples 2013-12-31 08:40:26 +00:00
spring-boot-sample-profile Remove long package names from samples 2013-12-31 08:40:26 +00:00
spring-boot-sample-secure Polish 2014-01-10 13:06:54 -08:00
spring-boot-sample-servlet Polish 2014-01-10 13:06:54 -08:00
spring-boot-sample-simple Add support for reloading resources in Gradle plugin 2014-01-15 11:26:33 +00:00
spring-boot-sample-tomcat Polish 2014-01-02 12:10:37 -08:00
spring-boot-sample-traditional Remove unused .gitignore files 2014-01-13 21:53:24 -08:00
spring-boot-sample-web-jsp Polish 2014-01-02 12:10:37 -08:00
spring-boot-sample-web-secure Allow @EnableGlobalMethodSecurity in a non webapp 2014-01-09 17:13:59 +00:00
spring-boot-sample-web-static Check that WAR apps work in a container 2014-01-06 11:38:00 +00:00
spring-boot-sample-web-ui Polish 2014-01-10 13:06:54 -08:00
spring-boot-sample-websocket Fix copyright dates 2014-01-02 10:55:04 -08:00
spring-boot-sample-xml Remove long package names from samples 2013-12-31 08:40:26 +00:00
pom.xml Support 'headless' applications 2014-01-13 22:43:37 -08:00
README.md Documentation 2013-08-05 22:36:22 -07:00

Spring Boot - Samples

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