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-plugin-test-starter-automation Show documentation
Show all versions of discovery-plugin-test-starter-automation 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
The newest version!
{
"properties": [
{
"name": "spring.application.test.scan.packages",
"type": "java.lang.String",
"description": "Test scan packages."
},
{
"name": "spring.application.test.configcenter.enabled",
"type": "java.lang.Boolean",
"defaultValue": true,
"description": "Whether test configcenter is enabled."
},
{
"name": "spring.application.test.config.print.enabled",
"type": "java.lang.Boolean",
"defaultValue": true,
"description": "Whether test config print is enabled."
},
{
"name": "spring.application.test.config.operation.await.time",
"type": "java.lang.Integer",
"defaultValue": 3000,
"description": "Test config operation await time."
},
{
"name": "spring.application.test.console.url",
"type": "java.lang.String",
"description": "Test console url."
}
]
}