META-INF.additional-spring-configuration-metadata.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of discovery-common-consul Show documentation
Show all versions of discovery-common-consul Show documentation
Nepxion Discovery is a solution for Spring Cloud with blue green, gray, weight, limitation, circuit breaker, degrade, isolation, monitor, tracing, dye, failover, async agent
{
"properties": [
{
"name": "consul.host",
"type": "java.lang.String",
"description": "Consul host."
},
{
"name": "consul.port",
"type": "java.lang.Integer",
"description": "Consul port."
},
{
"name": "consul.timeout",
"type": "java.lang.Integer",
"defaultValue": 1,
"description": "Consul timeout, default value is 1 second."
},
{
"name": "consul.token",
"type": "java.lang.String",
"description": "Consul token."
}
]
}