Skip to content

Commit a5981a4

Browse files
committed
Merge branch '2.7.x' into 3.0.x
Closes gh-35908
2 parents b1f2bde + 9feb84e commit a5981a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/external-config.adoc

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Sources are considered in the following order:
2424
. Command line arguments.
2525
. `properties` attribute on your tests.
2626
Available on {spring-boot-test-module-api}/context/SpringBootTest.html[`@SpringBootTest`] and the <<features#features.testing.spring-boot-applications.autoconfigured-tests,test annotations for testing a particular slice of your application>>.
27+
. {spring-framework-api}/test/context/DynamicPropertySource.html[`@DynamicPropertySource`] annotations in your tests.
2728
. {spring-framework-api}/test/context/TestPropertySource.html[`@TestPropertySource`] annotations on your tests.
2829
. <<using#using.devtools.globalsettings,Devtools global settings properties>> in the `$HOME/.config/spring-boot` directory when devtools is active.
2930

0 commit comments

Comments
 (0)