From 144d987cb8a9acdfbc0dc16550aa74333ea292d0 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 19 Jul 2017 14:41:32 +0100 Subject: [PATCH] Polish --- spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index 67ac7d3a837..803b28cca99 100644 --- a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -561,7 +561,8 @@ Config locations are searched in reverse order. By default, the configured locat When custom config locations are configured, they are used in addition to the default locations. Custom locations are searched before the default locations. For example, -if custom locations `classpath:/custom-config/,file:./custom-config/` are configured, the search order becomes: +if custom locations `classpath:/custom-config/,file:./custom-config/` are configured, +the search order becomes: 1. `file:./custom-config/` 2. `classpath:custom-config/`