Commit 0fe0ad4c authored by Stephane Nicoll's avatar Stephane Nicoll

Merge branch '1.4.x' into 1.5.x

parents f82e91df 668993c4
...@@ -31,7 +31,7 @@ import org.springframework.context.annotation.Configuration; ...@@ -31,7 +31,7 @@ import org.springframework.context.annotation.Configuration;
* automatically (for example in tests). * automatically (for example in tests).
* <p> * <p>
* Application should only ever include <em>one</em> * Application should only ever include <em>one</em>
* {@code @SpringApplicationConfiguration} and most idiomatic Spring Boot applications * {@code @SpringBootConfiguration} and most idiomatic Spring Boot applications
* will inherit it from {@code @SpringBootApplication}. * will inherit it from {@code @SpringBootApplication}.
* *
* @author Phillip Webb * @author Phillip Webb
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment