Commit b53f108d authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #10411 from dreis2211:typo-external-config-docs

* pr/10411:
  Typo in external config documentation
parents cf92e551 681921fd
...@@ -980,7 +980,7 @@ does not inject other beans from the context. Having said that, The ...@@ -980,7 +980,7 @@ does not inject other beans from the context. Having said that, The
`@EnableConfigurationProperties` annotation is _also_ automatically applied to your project `@EnableConfigurationProperties` annotation is _also_ automatically applied to your project
so that any _existing_ bean annotated with `@ConfigurationProperties` will be configured so that any _existing_ bean annotated with `@ConfigurationProperties` will be configured
from the `Environment`. You could shortcut `MyConfiguration` above by making sure from the `Environment`. You could shortcut `MyConfiguration` above by making sure
`FooProperties` is a already a bean: `FooProperties` is already a bean:
[source,java,indent=0] [source,java,indent=0]
---- ----
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment