Polish "Update ambiguous documentation about ConfigurationProperties"
Closes gh-16166
This commit is contained in:
parent
6b6ac28430
commit
f07de1bbe2
|
|
@ -978,9 +978,9 @@ name of the bean is used.
|
|||
The bean name in the example above is `acme-com.example.AcmeProperties`.
|
||||
====
|
||||
|
||||
The preceding configuration creates a regular bean for `AcmeProperties`. We
|
||||
recommend that `@ConfigurationProperties` only deal with the environment and, in
|
||||
particular, does not inject other beans from the context. Keep in mind that the
|
||||
The preceding configuration creates a regular bean for `AcmeProperties`. We recommend that
|
||||
`@ConfigurationProperties` only deal with the environment and, in particular, does not
|
||||
inject other beans from the context. Keep in mind that the
|
||||
`@EnableConfigurationProperties` annotation is _also_ automatically applied to your
|
||||
project so that any _existing_ bean annotated with `@ConfigurationProperties` is
|
||||
configured from the `Environment`. Instead of annotating `MyConfiguration` with
|
||||
|
|
|
|||
Loading…
Reference in New Issue