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
108
108
.. The classpath `/config` package
109
109
. From the current directory
110
110
.. 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
113
113
114
114
The list is ordered by precedence (with values from lower items overriding earlier ones).
115
115
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