Merge pull request #41244 from mateusscheper

* gh-41244:
  Polish "Make conversion mechanism plural"
  Make conversion mechanism plural

Closes gh-41244
This commit is contained in:
Andy Wilkinson 2024-06-26 14:27:15 +01:00
commit c5dfcc54de

View File

@ -8,7 +8,8 @@ include::attributes.adoc[]
Various properties can be specified inside your `application.properties` file, inside your `application.yaml` file, or as command line switches. Various properties can be specified inside your `application.properties` file, inside your `application.yaml` file, or as command line switches.
This appendix provides a list of common Spring Boot properties and references to the underlying classes that consume them. This appendix provides a list of common Spring Boot properties and references to the underlying classes that consume them.
TIP: Spring Boot provides various conversion mechanism with advanced value formatting, make sure to review <<features#features.external-config.typesafe-configuration-properties.conversion, the properties conversion section>>. TIP: Spring Boot provides various conversion mechanisms with advanced value formatting.
Make sure to review <<features#features.external-config.typesafe-configuration-properties.conversion, the properties conversion section>>.
NOTE: Property contributions can come from additional jar files on your classpath, so you should not consider this an exhaustive list. NOTE: Property contributions can come from additional jar files on your classpath, so you should not consider this an exhaustive list.
Also, you can define your own properties. Also, you can define your own properties.