spring-boot/spring-boot-cli/test-samples
Dave Syer 064998697d Ensure CLI adds @EnableAutoConfiguration in an appropriate place
Up to now we have been treating the *first* class to be compiled
as the "main" application and adding @EnableAutoConfiguration. This
isn't always appropriate (e.g. if it's a test case), so now we
look for an appropriate annotation before falling back to the old
behaviour.

In addition ensures classes with a field of type Reactor trigger
the reactor auto imports.

See gh-969
2014-05-28 13:00:31 +01:00
..
book_and_tests.groovy Move tests from 'samples' to 'test-samples' 2013-11-04 22:21:37 -08:00
book.groovy Move tests from 'samples' to 'test-samples' 2013-11-04 22:21:37 -08:00
empty.groovy Move tests from 'samples' to 'test-samples' 2013-11-04 22:21:37 -08:00
failures.groovy Move tests from 'samples' to 'test-samples' 2013-11-04 22:21:37 -08:00
integration_auto_test.groovy Ensure CLI adds @EnableAutoConfiguration in an appropriate place 2014-05-28 13:00:31 +01:00
integration_auto.groovy Ensure CLI adds @EnableAutoConfiguration in an appropriate place 2014-05-28 13:00:31 +01:00
integration.groovy Add auto imports for integration testing 2014-05-28 10:58:56 +01:00
reactor.groovy Ensure CLI adds @EnableAutoConfiguration in an appropriate place 2014-05-28 13:00:31 +01:00
spock.groovy Move tests from 'samples' to 'test-samples' 2013-11-04 22:21:37 -08:00
test.groovy Move tests from 'samples' to 'test-samples' 2013-11-04 22:21:37 -08:00