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

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

{
	"groups": [],
	"properties": [
		{
			"name": "embedded.container.redis.enabled",
			"type": "java.lang.Boolean",
			"description": "Enables/Disables container startup.",
			"defaultValue": "true"
		},
		{
			"name": "embedded.container.redis.startup-timeout",
			"description": "Max time to wait for a successfully started container",
			"type": "java.lang.Integer",
			"defaultValue": "30"
		},
		{
			"name": "embedded.container.redis.docker-image",
			"type": "java.lang.String",
			"description": "Docker-image",
			"defaultValue": "redis:5.0.6-alpine"
		},
		{
			"name": "embedded.container.redis.port",
			"description": "Port",
			"type": "java.lang.Integer",
			"defaultValue": "6379"
		}
	]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy