Add reference to `SpringBootTest#properties`

Closes gh-6870
This commit is contained in:
Stephane Nicoll 2016-09-14 14:16:12 +02:00
parent c65f099b9a
commit 878a052567
1 changed files with 2 additions and 0 deletions

View File

@ -353,6 +353,8 @@ sensible overriding of values. Properties are considered in the following order:
. {spring-javadoc}/test/context/TestPropertySource.{dc-ext}[`@TestPropertySource`] . {spring-javadoc}/test/context/TestPropertySource.{dc-ext}[`@TestPropertySource`]
annotations on your tests. annotations on your tests.
. {spring-javadoc}/test/context/SpringBoot.{dc-ext}[`@SpringBoot`] `properties`
annotation attribute on your tests.
. Command line arguments. . Command line arguments.
. Properties from `SPRING_APPLICATION_JSON` (inline JSON embedded in an environment . Properties from `SPRING_APPLICATION_JSON` (inline JSON embedded in an environment
variable or system property) variable or system property)