Common application properties
可以在 application.properties
文件、application.yml
文件中或作为命令行开关指定各种属性。此附录提供了一个常见的 Spring Cloud Netflix 属性列表,以及消耗这些属性的底层类的引用。
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 Netflix 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. |