Skip to content

Commit

Permalink
Merge pull request #32224 from obfischer
Browse files Browse the repository at this point in the history
* pr/32224:
  Make the path of the config directory better understandable

Closes gh-32224
  • Loading branch information
snicoll committed Sep 10, 2022
2 parents 5cb23ae + 6e4e765 commit 42db66c
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -108,8 +108,8 @@ Spring Boot will automatically find and load `application.properties` and `appli
.. The classpath `/config` package
. From the current directory
.. The current directory
.. The `/config` subdirectory in the current directory
.. Immediate child directories of the `/config` subdirectory
.. The `config/` subdirectory in the current directory
.. Immediate child directories of the `config/` subdirectory

The list is ordered by precedence (with values from lower items overriding earlier ones).
Documents from the loaded files are added as `PropertySources` to the Spring `Environment`.
Expand Down

0 comments on commit 42db66c

Please sign in to comment.