File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spring-boot-project/spring-boot-docs/src/docs/asciidoc/features Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -108,8 +108,8 @@ Spring Boot will automatically find and load `application.properties` and `appli
108108.. The classpath `/config` package
109109. From the current directory
110110.. The current directory
111- .. The `/ config` subdirectory in the current directory
112- .. Immediate child directories of the `/ config` subdirectory
111+ .. The `config/ ` subdirectory in the current directory
112+ .. Immediate child directories of the `config/ ` subdirectory
113113
114114The list is ordered by precedence (with values from lower items overriding earlier ones).
115115Documents from the loaded files are added as `PropertySources` to the Spring `Environment`.
You can’t perform that action at this time.
0 commit comments