Browse Source

Polish "Fix yaml sample format"

See gh-28671
pull/28778/head
Stephane Nicoll 4 years ago
parent
commit
9ed7674ab0
  1. 4
      spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/external-config.adoc

4
spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/external-config.adoc

@ -785,9 +785,9 @@ This style of configuration works particularly well with the `SpringApplication` @@ -785,9 +785,9 @@ This style of configuration works particularly well with the `SpringApplication`
----
my:
service:
remote-address: "192.168.1.1"
remote-address: 192.168.1.1
security:
username: "admin"
username: admin
roles:
- USER
- ADMIN

Loading…
Cancel
Save