Skip to content

Files

Latest commit

b33944b · Apr 11, 2019

History

History
80 lines (45 loc) · 2.12 KB

File metadata and controls

80 lines (45 loc) · 2.12 KB

Appendix A: Common application properties

Various properties can be specified inside your application.properties file, inside your application.yml 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 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.