Common application properties

可以在你的 application.properties 文件内、application.yml 文件内或作为命令行开关指定各种属性。此附录提供了常见 Spring Cloud Bus 属性及其引用它们的底层类的列表。

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

Name Default Description

spring.cloud.bus.ack.destination-service

希望监听确认的服务。默认情况下为 null(表示所有服务)。

spring.cloud.bus.ack.enabled

true

关闭确认的标志(默认开启)。

spring.cloud.bus.content-type

The bus mime-type.

spring.cloud.bus.destination

消息的 Spring Cloud Stream 目标的名称。

spring.cloud.bus.enabled

true

指示总线已启用的标志。

spring.cloud.bus.env.enabled

true

关闭环境变更事件的标志(默认开启)。

spring.cloud.bus.id

application

此应用程序实例的标识符。

spring.cloud.bus.refresh.enabled

true

用于关闭刷新事件的标记(默认开启)。

spring.cloud.bus.trace.enabled

false

用于开启 ack 跟踪的标记(默认关闭)。