Browse Source

Fix duplicated words in external-config documentation

See gh-49700

Signed-off-by: Lee Jiwon <dlwldnjs1009@gmail.com>
pull/49717/head
Lee Jiwon 2 weeks ago committed by Stéphane Nicoll
parent
commit
d804749c2e
  1. 2
      documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/features/external-config.adoc

2
documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/features/external-config.adoc

@ -940,7 +940,7 @@ my.service.security= @@ -940,7 +940,7 @@ my.service.security=
Will be bound as `new MyProperties(true, null, new Security(null, null, List.of("USER")))`
====
If you want to always bind a a non-null instance of `Security`, even when properties are missing, you can use use an empty javadoc:org.springframework.boot.context.properties.bind.DefaultValue[format=annotation] annotation:
If you want to always bind a non-null instance of `Security`, even when properties are missing, you can use an empty javadoc:org.springframework.boot.context.properties.bind.DefaultValue[format=annotation] annotation:
include-code::nonnull/MyProperties[tag=*]

Loading…
Cancel
Save