spring-boot/spring-boot-autoconfigure
Phillip Webb 9a53707014 Add @ImportAutoConfiguration annotation for tests
Add a new `@ImportAutoConfiguration` annotation that can be used by
tests that wish to selectively import certain auto-configuration
classes. Also add `@AutoConfigurationPackage` so that package
registration is decoupled from `@EnableAutoConfiguration`.

An added benefit of the change is @EnableAutoConfigurationImportSelector
can now be subclassed to provide custom annotation support if needed.

Fixes gh-3660
See gh-2772
2015-08-05 14:58:19 -07:00
..
src Add @ImportAutoConfiguration annotation for tests 2015-08-05 14:58:19 -07:00
pom.xml Add auto-configuration for H2’s web console 2015-08-05 10:54:03 +01:00