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

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

{
	"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.servers.retry.enabled",
			"type": "java.lang.Boolean",
			"defaultValue": false,
			"description": "Whether no server retry is enabled."
		},
		{
			"name": "spring.application.no.servers.retry.times",
			"type": "java.lang.Integer",
			"defaultValue": 5,
			"description": "No servers for retry times."
		},
		{
			"name": "spring.application.no.servers.retry.await.time",
			"type": "java.lang.Integer",
			"defaultValue": 2000,
			"description": "No servers for retry await time."
		},
		{
			"name": "spring.application.no.servers.notify.enabled",
			"type": "java.lang.Boolean",
			"defaultValue": false,
			"description": "Whether no server notify is enabled."
		}
	]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy