mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 19:09:03 +00:00
Merge pull request #28671 from weixsun
* pr/28671: Polish "Fix yaml sample format" Fix yaml sample format Closes gh-28671
This commit is contained in:
+7
-7
@@ -784,13 +784,13 @@ This style of configuration works particularly well with the `SpringApplication`
|
||||
[source,yaml,indent=0,subs="verbatim"]
|
||||
----
|
||||
my:
|
||||
service:
|
||||
remote-address: 192.168.1.1
|
||||
security:
|
||||
username: admin
|
||||
roles:
|
||||
- USER
|
||||
- ADMIN
|
||||
service:
|
||||
remote-address: 192.168.1.1
|
||||
security:
|
||||
username: admin
|
||||
roles:
|
||||
- USER
|
||||
- ADMIN
|
||||
----
|
||||
|
||||
To work with `@ConfigurationProperties` beans, you can inject them in the same way as any other bean, as shown in the following example:
|
||||
|
||||
Reference in New Issue
Block a user