Browse Source

Merge branch '1.1.x'

pull/1519/merge
Andy Wilkinson 12 years ago
parent
commit
dde7ebf30f
  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