From d664cdd6eb02fc34e07dca6909be6a37f5a48baa Mon Sep 17 00:00:00 2001 From: Eric Bottard Date: Thu, 9 Jul 2015 13:37:09 +0200 Subject: [PATCH] Properly close fixed-font in documentation --- docs/src/main/asciidoc/spring-cloud-commons.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/main/asciidoc/spring-cloud-commons.adoc b/docs/src/main/asciidoc/spring-cloud-commons.adoc index 8d2281d1..d91ae2d1 100644 --- a/docs/src/main/asciidoc/spring-cloud-commons.adoc +++ b/docs/src/main/asciidoc/spring-cloud-commons.adoc @@ -108,7 +108,7 @@ things with their parent. [[customizing-bootstrap-properties]] === Changing the Location of Bootstrap Properties -The `bootstrap.yml` (or `.properties) location can be specified using +The `bootstrap.yml` (or `.properties`) location can be specified using `spring.cloud.bootstrap.name` (default "bootstrap") or `spring.cloud.bootstrap.location` (default empty), e.g. in System properties. Those properties behave like the `spring.config.*` @@ -335,4 +335,4 @@ public class MyClass { return restTemplate.getForObject("http://example.com", String.class); } } ----- \ No newline at end of file +----