mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-21 07:49:14 +00:00
JUnit tests can now be @SpringApplicationConfiguration and @IntegrationTest without any explicit imports. Also makes @RunWith(SpringJUnit4ClassRunner) optional. Fixes gh-969