Common application properties

可以在 application.properties 文件、application.yml 文件中或作为命令行开关指定各种特性。该附录提供了常见的 Spring Cloud OpenFeign 特性和对其进行使用的基础类的引用的列表。

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.

属性贡献可以来自类路径上的其他 jar 文件,因此你不应该将此视为一份详尽的清单。此外,你可以定义自己的属性。

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.