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 spring-boot-commons Show documentation
Show all versions of spring-boot-commons Show documentation
Commons Spring boot components and Utilities
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