GH-1457 Added initilal additional-spring-configuration-metadata.json

Resolves #1457
This commit is contained in:
Oleg Zhurakousky
2018-09-13 15:41:04 +02:00
parent fc8227e42b
commit 056898b2ca

View File

@@ -0,0 +1,10 @@
{
"properties": [
{
"defaultValue": "false",
"name": "spring.cloud.stream.override-cloud-connectors",
"description": "This property is only applicable when the cloud profile is active and Spring Cloud Connectors are provided with the application. If the property is false (the default), the binder detects a suitable bound service (for example, a RabbitMQ service bound in Cloud Foundry for the RabbitMQ binder) and uses it for creating connections (usually through Spring Cloud Connectors). When set to true, this property instructs binders to completely ignore the bound services and rely on Spring Boot properties (for example, relying on the spring.rabbitmq.* properties provided in the environment for the RabbitMQ binder). The typical usage of this property is to be nested in a customized environment when connecting to multiple systems.",
"type": "java.lang.Boolean"
}
]
}