Polish "Fix yaml sample format"

See gh-28671
This commit is contained in:
Stephane Nicoll
2021-11-16 08:55:52 +01:00
parent 7f1bd43c84
commit 9ed7674ab0

View File

@@ -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