We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0c88f24 + ec613e6 commit c6acc24Copy full SHA for c6acc24
docs/src/main/asciidoc/config-mappings.adoc
@@ -157,11 +157,12 @@ server.port=8080
157
158
==== `@WithParentName`
159
160
-The `@WithParentName` annotation allows to configurations mapping to inherit its container name, simplifying the
+The `@WithParentName` annotation allows the configuration mapping property to inherit its container name, simplifying the
161
configuration property name required to match the mapping:
162
163
[source,java]
164
----
165
+@ConfigMapping(prefix = "server")
166
interface Server {
167
@WithParentName
168
ServerHostAndPort hostAndPort();
0 commit comments