Browse Source

Merge pull request #28583 from polarbear567

* pr/28583:
  Replace "e.g." by "for example"

Closes gh-28583
pull/28605/head
Stephane Nicoll 4 years ago
parent
commit
a105f4e90e
  1. 2
      spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/external-config.adoc

2
spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/external-config.adoc

@ -725,7 +725,7 @@ include::{docs-java}/features/externalconfig/typesafeconfigurationproperties/con @@ -725,7 +725,7 @@ include::{docs-java}/features/externalconfig/typesafeconfigurationproperties/con
NOTE: To use constructor binding the class must be enabled using `@EnableConfigurationProperties` or configuration property scanning.
You cannot use constructor binding with beans that are created by the regular Spring mechanisms (e.g. `@Component` beans, beans created by using `@Bean` methods or beans loaded by using `@Import`)
You cannot use constructor binding with beans that are created by the regular Spring mechanisms (for example `@Component` beans, beans created by using `@Bean` methods or beans loaded by using `@Import`)
TIP: If you have more than one constructor for your class you can also use `@ConstructorBinding` directly on the constructor that should be bound.

Loading…
Cancel
Save