Skip to content

Commit a4e08be

Browse files
johnktimswilkinsona
authored andcommitted
Add missing variable to the example in the Loading YAML section
Closes gh-1524
1 parent 3b07e4e commit a4e08be

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -368,12 +368,13 @@ For example, the following YAML document:
368368

369369
[source,yaml,indent=0]
370370
----
371-
dev:
372-
url: http://dev.bar.com
373-
name: Developer Setup
374-
prod:
375-
url: http://foo.bar.com
376-
name: My Cool App
371+
environments:
372+
dev:
373+
url: http://dev.bar.com
374+
name: Developer Setup
375+
prod:
376+
url: http://foo.bar.com
377+
name: My Cool App
377378
----
378379

379380
Would be transformed into these properties:

0 commit comments

Comments
 (0)