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 @@ -105,8 +105,8 @@ Spring Boot will automatically find and load `application.properties` and `appli
105
105
.. The classpath `/config` package
106
106
. From the current directory
107
107
.. The current directory
108
- .. The `/ config` subdirectory in the current directory
109
- .. Immediate child directories of the `/ config` subdirectory
108
+ .. The `config/ ` subdirectory in the current directory
109
+ .. Immediate child directories of the `config/ ` subdirectory
110
110
111
111
The list is ordered by precedence (with values from lower items overriding earlier ones).
112
112
Documents from the loaded files are added as `PropertySources` to the Spring `Environment`.
You can’t perform that action at this time.
0 commit comments