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-strategy-starter-sentinel-datasource Show documentation
Show all versions of discovery-plugin-strategy-starter-sentinel-datasource 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.strategy.sentinel.datasource.enabled",
"type": "java.lang.Boolean",
"defaultValue": false,
"description": "Whether strategy sentinel datasource is enabled."
},
{
"name": "spring.application.strategy.sentinel.flow.path",
"type": "java.lang.String",
"defaultValue": "classpath:sentinel-flow.json",
"description": "Strategy sentinel flow path, it can be classpath:xxx.json or file:xxx.json."
},
{
"name": "spring.application.strategy.sentinel.degrade.path",
"type": "java.lang.String",
"defaultValue": "classpath:sentinel-degrade.json",
"description": "Strategy sentinel degrade path, it can be classpath:xxx.json or file:xxx.json."
},
{
"name": "spring.application.strategy.sentinel.authority.path",
"type": "java.lang.String",
"defaultValue": "classpath:sentinel-authority.json",
"description": "Strategy sentinel authority path, it can be classpath:xxx.json or file:xxx.json."
},
{
"name": "spring.application.strategy.sentinel.system.path",
"type": "java.lang.String",
"defaultValue": "classpath:sentinel-system.json",
"description": "Strategy sentinel system path, it can be classpath:xxx.json or file:xxx.json."
},
{
"name": "spring.application.strategy.sentinel.param.flow.path",
"type": "java.lang.String",
"defaultValue": "classpath:sentinel-param-flow.json",
"description": "Strategy sentinel param flow path, it can be classpath:xxx.json or file:xxx.json."
}
]
} © 2015 - 2025 Weber Informatics LLC | Privacy Policy