Browse Source

Add missing variable to the example in the Loading YAML section

Closes gh-1524
pull/1588/head
John Tims 12 years ago committed by Andy Wilkinson
parent
commit
a4e08beebc
  1. 13
      spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

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

@ -368,12 +368,13 @@ For example, the following YAML document: @@ -368,12 +368,13 @@ For example, the following YAML document:
[source,yaml,indent=0]
----
dev:
url: http://dev.bar.com
name: Developer Setup
prod:
url: http://foo.bar.com
name: My Cool App
environments:
dev:
url: http://dev.bar.com
name: Developer Setup
prod:
url: http://foo.bar.com
name: My Cool App
----
Would be transformed into these properties:

Loading…
Cancel
Save