Skip to content

Commit d84aeef

Browse files
committed
Merge branch '2.2.x' into 2.3.x
Closes gh-22264
2 parents 502ccb6 + 6698753 commit d84aeef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -461,8 +461,8 @@ Properties are considered in the following order:
461461
. A `RandomValuePropertySource` that has properties only in `+random.*+`.
462462
. <<boot-features-external-config-profile-specific-properties,Profile-specific application properties>> outside of your packaged jar (`application-\{profile}.properties` and YAML variants).
463463
. <<boot-features-external-config-profile-specific-properties,Profile-specific application properties>> packaged inside your jar (`application-\{profile}.properties` and YAML variants).
464-
. Application properties outside of your packaged jar (`application.properties` and YAML variants).
465-
. Application properties packaged inside your jar (`application.properties` and YAML variants).
464+
. <<boot-features-external-config-application-property-files,Application properties>> outside of your packaged jar (`application.properties` and YAML variants).
465+
. <<boot-features-external-config-application-property-files,Application properties>> packaged inside your jar (`application.properties` and YAML variants).
466466
. {spring-framework-api}/context/annotation/PropertySource.html[`@PropertySource`] annotations on your `@Configuration` classes.
467467
Please note that such property sources are not added to the `Environment` until the application context is being refreshed.
468468
This is too late to configure certain properties such as `+logging.*+` and `+spring.main.*+` which are read before refresh begins.

0 commit comments

Comments
 (0)