Bumping versions

This commit is contained in:
buildmaster
2020-11-17 07:08:06 +00:00
parent 216f24b09a
commit 4297299ab9

View File

@@ -1,14 +1,14 @@
|===
|Name | Default | Description
|spring.cloud.bus.ack.destination-service | | Service that wants to listen to acks. By default null (meaning all services).
|spring.cloud.bus.ack.enabled | true | Flag to switch off acks (default on).
|spring.cloud.bus.content-type | | The bus mime-type.
|spring.cloud.bus.destination | | Name of Spring Cloud Stream destination for messages.
|spring.cloud.bus.enabled | true | Flag to indicate that the bus is enabled.
|spring.cloud.bus.env.enabled | true | Flag to switch off environment change events (default on).
|spring.cloud.bus.id | application | The identifier for this application instance.
|spring.cloud.bus.refresh.enabled | true | Flag to switch off refresh events (default on).
|spring.cloud.bus.trace.enabled | false | Flag to switch on tracing of acks (default off).
|spring.cloud.bus.ack.destination-service | `` | Service that wants to listen to acks. By default null (meaning all services).
|spring.cloud.bus.ack.enabled | `true` | Flag to switch off acks (default on).
|spring.cloud.bus.content-type | `` | The bus mime-type.
|spring.cloud.bus.destination | `` | Name of Spring Cloud Stream destination for messages.
|spring.cloud.bus.enabled | `true` | Flag to indicate that the bus is enabled.
|spring.cloud.bus.env.enabled | `true` | Flag to switch off environment change events (default on).
|spring.cloud.bus.id | `application` | The identifier for this application instance.
|spring.cloud.bus.refresh.enabled | `true` | Flag to switch off refresh events (default on).
|spring.cloud.bus.trace.enabled | `false` | Flag to switch on tracing of acks (default off).
|===