Files
spring-cloud-openfeign/docs/modules/ROOT/pages/appendix.adoc
Olga Maciaszek-Sharma fc6fd70abd Antora (#892)
Switch to Antora Docs.
2023-09-15 19:06:05 +02:00

14 lines
577 B
Plaintext

:numbered!:
[appendix]
[[common-application-properties]]
= Common application properties
:page-section-summary-toc: 1
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 Cloud OpenFeign properties and references to the underlying classes that consume them.
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.