Skip to content

Commit 9ed7674

Browse files
committed
Polish "Fix yaml sample format"
See gh-28671
1 parent 7f1bd43 commit 9ed7674

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -785,9 +785,9 @@ This style of configuration works particularly well with the `SpringApplication`
785785
----
786786
my:
787787
service:
788-
remote-address: "192.168.1.1"
788+
remote-address: 192.168.1.1
789789
security:
790-
username: "admin"
790+
username: admin
791791
roles:
792792
- USER
793793
- ADMIN

0 commit comments

Comments
 (0)