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.
@WithParentName
1 parent 854a56c commit ec613e6Copy full SHA for ec613e6
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
168
ServerHostAndPort hostAndPort();
0 commit comments