Skip to content

Commit 6698753

Browse files
committed
Link to application properties section from externalized config list
Closes gh-22262
1 parent 4e79bb1 commit 6698753

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,8 +367,8 @@ Properties are considered in the following order:
367367
. A `RandomValuePropertySource` that has properties only in `+random.*+`.
368368
. <<boot-features-external-config-profile-specific-properties,Profile-specific application properties>> outside of your packaged jar (`application-\{profile}.properties` and YAML variants).
369369
. <<boot-features-external-config-profile-specific-properties,Profile-specific application properties>> packaged inside your jar (`application-\{profile}.properties` and YAML variants).
370-
. Application properties outside of your packaged jar (`application.properties` and YAML variants).
371-
. Application properties packaged inside your jar (`application.properties` and YAML variants).
370+
. <<boot-features-external-config-application-property-files,Application properties>> outside of your packaged jar (`application.properties` and YAML variants).
371+
. <<boot-features-external-config-application-property-files,Application properties>> packaged inside your jar (`application.properties` and YAML variants).
372372
. {spring-framework-api}/context/annotation/PropertySource.html[`@PropertySource`] annotations on your `@Configuration` classes.
373373
Please note that such property sources are not added to the `Environment` until the application context is being refreshed.
374374
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)