From 878a0525670aa190fd6d42486bce9de5b2457b87 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 14 Sep 2016 14:16:12 +0200 Subject: [PATCH] Add reference to `SpringBootTest#properties` Closes gh-6870 --- spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc | 2 ++ 1 file changed, 2 insertions(+) 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 6f1d38a4883..23d3de79909 100644 --- a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -353,6 +353,8 @@ 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` + annotation attribute on your tests. . Command line arguments. . Properties from `SPRING_APPLICATION_JSON` (inline JSON embedded in an environment variable or system property)