mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 17:59:03 +00:00
Update `@ImportAutoConfiguration` with support for an exclude attribute that works in a similar way to `@EnableAutoConfiguration`. Also update existing `@Test...` annotation with exclude attribute aliases. Fixes gh-6809