From 5d3ac53da9f624214ceefd3ed11fb9c6dc497d9d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 14 Sep 2016 16:33:51 +0200 Subject: [PATCH] Polish See gh-6870 --- spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index 23d3de7990..b63e28c4a6 100644 --- a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -353,7 +353,7 @@ sensible overriding of values. Properties are considered in the following order: . {spring-javadoc}/test/context/TestPropertySource.{dc-ext}[`@TestPropertySource`] annotations on your tests. -. {spring-javadoc}/test/context/SpringBoot.{dc-ext}[`@SpringBoot`] `properties` +. {dc-spring-boot-test}/context/SpringBootTest.{dc-ext}[`@SpringBootTest#properties`] annotation attribute on your tests. . Command line arguments. . Properties from `SPRING_APPLICATION_JSON` (inline JSON embedded in an environment