Skip to content

Commit 144d987

Browse files
committed
Polish
1 parent 29f1bd9 commit 144d987

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,8 @@ Config locations are searched in reverse order. By default, the configured locat
561561

562562
When custom config locations are configured, they are used in addition to the default
563563
locations. Custom locations are searched before the default locations. For example,
564-
if custom locations `classpath:/custom-config/,file:./custom-config/` are configured, the search order becomes:
564+
if custom locations `classpath:/custom-config/,file:./custom-config/` are configured,
565+
the search order becomes:
565566

566567
1. `file:./custom-config/`
567568
2. `classpath:custom-config/`

0 commit comments

Comments
 (0)