Common application properties

可以直接在您的 application.properties 文件中、在您的 application.yml 文件中、或作为命令行开关来指定一些属性。本附录提供了一些常见的 {project-full-name} 属性及其被它们所使用的底层类的引用。

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 {project-full-name} 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.