Skip to content

Commit

Permalink
Polish "Fix yaml sample format"
Browse files Browse the repository at this point in the history
  • Loading branch information
snicoll committed Nov 16, 2021
1 parent 7f1bd43 commit 9ed7674
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -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
Expand Down

0 comments on commit 9ed7674

Please sign in to comment.