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

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

The newest version!
{
	"properties": [
		{
			"name": "application.security.enabled",
			"type": "java.lang.Boolean",
			"defaultValue": "false",
			"description": "Whether or not to enable security"
		},
		{
			"name": "application.security.bypass-actuators",
			"type": "java.lang.Boolean",
			"defaultValue": "true",
			"description": "Whether or not to bypass security for Actuator endpoints"
		},
		{
			"name": "application.security.unsecured-uris",
			"type": "java.util.List",
			"defaultValue": "[]",
			"description": "List of URI patterns to be excluded from security i.e. making them unsecured"
		}
	]
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy