Commit 878a0525 authored by Stephane Nicoll's avatar Stephane Nicoll

Add reference to `SpringBootTest#properties`

Closes gh-6870
parent c65f099b
......@@ -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)
......
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