appendix.adoc 543 B

12345678910
  1. :numbered!:
  2. [appendix]
  3. [[common-application-properties]]
  4. = Common application properties
  5. Various properties can be specified inside your `application.properties` file, inside your `application.yml` file, or as command line switches.
  6. This appendix provides a list of common {project-full-name} properties and references to the underlying classes that consume them.
  7. NOTE: Property contributions can come from additional jar files on your classpath, so you should not consider this an exhaustive list.
  8. Also, you can define your own properties.