Merge branch '1.4.x' into 1.5.x

This commit is contained in:
Phillip Webb
2016-10-03 22:38:22 -07:00
31 changed files with 216 additions and 94 deletions

View File

@@ -19,7 +19,8 @@ package org.springframework.boot.test.context.bootstrap;
import org.springframework.boot.SpringBootConfiguration;
/**
* Example configuration used in {@link SpringBootTestContextBootstrapperIntegrationTests}.
* Example configuration used in
* {@link SpringBootTestContextBootstrapperIntegrationTests}.
*
* @author Phillip Webb
*/