Clarify conversion system in Appendix

Closes gh-14645
This commit is contained in:
Stephane Nicoll 2018-10-03 11:15:09 +02:00
parent 135797c347
commit b248afc808
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,10 @@ your `application.yml` file, or as command line switches. This appendix provides
of common Spring Boot properties and references to the underlying classes that consume of common Spring Boot properties and references to the underlying classes that consume
them. them.
TIP: Spring Boot provides various conversion mechanism with advanced value formatting,
make sure to review <<spring-boot-features.adoc#boot-features-external-config-conversion,
the properties conversion section>>.
NOTE: Property contributions can come from additional jar files on your classpath, so you 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. should not consider this an exhaustive list. Also, you can define your own properties.