spring-boot/spring-boot-integration-tests
Andy Wilkinson a88f27168a Add support to the Gradle plugin for disabling direct use of resources
The Maven plugin allows spring-boot:run to be configured so that
resources are loaded from their output location rather than from
src/main/resources. This commit adds an equivalent configuration
option to the Gradle plugin. To disable source resources from being
added to the classpath in place of those in the output location
the configure the bootRun tasks like this:

bootRun {
	addResources = false
}

Closes gh-2431
2015-02-03 10:52:10 +00:00
..
spring-boot-deployment-tests Add deployment integration tests 2014-12-05 23:04:22 -08:00
src Add support to the Gradle plugin for disabling direct use of resources 2015-02-03 10:52:10 +00:00
pom.xml Add support to the Gradle plugin for disabling direct use of resources 2015-02-03 10:52:10 +00:00