All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.additional-spring-configuration-metadata.json Maven / Gradle / Ivy

Go to download

Nepxion Discovery is a solution for Spring Cloud with blue green, gray, weight, limitation, circuit breaker, degrade, isolation, monitor, tracing, dye, failover, async agent

There is a newer version: 6.22.0
Show newest version
{
	"properties": [
		{
			"name": "spring.application.register.control.enabled",
			"type": "java.lang.Boolean",
			"defaultValue": true,
			"description": "Whether register control is enabled."
		},
		{
			"name": "spring.application.discovery.control.enabled",
			"type": "java.lang.Boolean",
			"defaultValue": true,
			"description": "Whether discovery control is enabled."
		},
		{
			"name": "spring.application.config.rest.control.enabled",
			"type": "java.lang.Boolean",
			"defaultValue": true,
			"description": "Whether config rest control is enabled."
		},
		{
			"name": "spring.application.config.format",
			"type": "java.lang.String",
			"defaultValue": "xml",
			"description": "Config format, it can be xml or json."
		},
		{
			"name": "spring.application.config.path",
			"type": "java.lang.String",
			"defaultValue": "classpath:rule.xml",
			"description": "Config path, it can be classpath:xxx or file:xxx."
		},
		{
			"name": "spring.application.group.key",
			"type": "java.lang.String",
			"defaultValue": "group",
			"description": "Group key."
		},
		{
			"name": "spring.application.default.properties.path",
			"type": "java.lang.String",
			"defaultValue": "spring-application-default.properties",
			"description": "Default properties path, it can be classpath:xxx or file:xxx."
		},
		{
			"name": "spring.application.no.server.found.notification.enabled",
			"type": "java.lang.Boolean",
			"defaultValue": false,
			"description": "Whether no server found notification is enabled."
		}
	]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy