Skip to content

Commit

Permalink
Merge pull request #41244 from mateusscheper
Browse files Browse the repository at this point in the history
* gh-41244:
  Polish "Make conversion mechanism plural"
  Make conversion mechanism plural

Closes gh-41244
  • Loading branch information
wilkinsona committed Jun 26, 2024
2 parents 712d935 + 270f364 commit c5dfcc5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.
Also, you can define your own properties.
Expand Down

0 comments on commit c5dfcc5

Please sign in to comment.