@ -2,7 +2,7 @@
@@ -2,7 +2,7 @@
{
"name" : "security.basic.enabled" ,
"type" : "java.lang.Boolean" ,
"description" : "E nable basic authentication." ,
"description" : "Whether to e nable basic authentication." ,
"defaultValue" : true ,
"deprecation" : {
"reason" : "The security auto-configuration is no longer customizable. Provide your own WebSecurityConfigurer bean instead." ,
@ -35,7 +35,7 @@
@@ -35,7 +35,7 @@
{
"name" : "server.error.whitelabel.enabled" ,
"type" : "java.lang.Boolean" ,
"description" : "E nable the default error page displayed in browsers in case of a server error." ,
"description" : "Whether to e nable the default error page displayed in browsers in case of a server error." ,
"defaultValue" : true
} ,
{
@ -47,13 +47,13 @@
@@ -47,13 +47,13 @@
{
"name" : "spring.aop.proxy-target-class" ,
"type" : "java.lang.Boolean" ,
"description" : "Whether subclass-based (CGLIB) proxies are to be created (true) as opposed to standard Java interface-based proxies (false)." ,
"description" : "Whether subclass-based (CGLIB) proxies are to be created (true), as opposed to standard Java interface-based proxies (false)." ,
"defaultValue" : true
} ,
{
"name" : "spring.application.admin.enabled" ,
"type" : "java.lang.Boolean" ,
"description" : "E nable admin features for the application." ,
"description" : "Whether to e nable admin features for the application." ,
"defaultValue" : false
} ,
{
@ -76,13 +76,13 @@
@@ -76,13 +76,13 @@
{
"name" : "spring.dao.exceptiontranslation.enabled" ,
"type" : "java.lang.Boolean" ,
"description" : "E nable the PersistenceExceptionTranslationPostProcessor." ,
"description" : "Whether to e nable the PersistenceExceptionTranslationPostProcessor." ,
"defaultValue" : true
} ,
{
"name" : "spring.datasource.jmx-enabled" ,
"type" : "java.lang.Boolean" ,
"description" : "E nable JMX support (if provided by the underlying pool)." ,
"description" : "Whether to e nable JMX support (if provided by the underlying pool)." ,
"defaultValue" : false
} ,
{
@ -96,13 +96,13 @@
@@ -96,13 +96,13 @@
{
"name" : "spring.data.cassandra.reactive-repositories.enabled" ,
"type" : "java.lang.Boolean" ,
"description" : "E nable Cassandra reactive repositories." ,
"description" : "Whether to e nable Cassandra reactive repositories." ,
"defaultValue" : true
} ,
{
"name" : "spring.data.cassandra.repositories.enabled" ,
"type" : "java.lang.Boolean" ,
"description" : "E nable Cassandra repositories." ,
"description" : "Whether to e nable Cassandra repositories." ,
"defaultValue" : true
} ,
{
@ -112,43 +112,43 @@
@@ -112,43 +112,43 @@
{
"name" : "spring.data.couchbase.reactive-repositories.enabled" ,
"type" : "java.lang.Boolean" ,
"description" : "E nable Couchbase reactive repositories." ,
"description" : "Whether to e nable Couchbase reactive repositories." ,
"defaultValue" : true
} ,
{
"name" : "spring.data.couchbase.repositories.enabled" ,
"type" : "java.lang.Boolean" ,
"description" : "E nable Couchbase repositories." ,
"description" : "Whether to e nable Couchbase repositories." ,
"defaultValue" : true
} ,
{
"name" : "spring.data.elasticsearch.repositories.enabled" ,
"type" : "java.lang.Boolean" ,
"description" : "E nable Elasticsearch repositories." ,
"description" : "Whether to e nable Elasticsearch repositories." ,
"defaultValue" : true
} ,
{
"name" : "spring.data.jpa.repositories.enabled" ,
"type" : "java.lang.Boolean" ,
"description" : "E nable JPA repositories." ,
"description" : "Whether to e nable JPA repositories." ,
"defaultValue" : true
} ,
{
"name" : "spring.data.ldap.repositories.enabled" ,
"type" : "java.lang.Boolean" ,
"description" : "E nable LDAP repositories." ,
"description" : "Whether to e nable LDAP repositories." ,
"defaultValue" : true
} ,
{
"name" : "spring.data.mongodb.reactive-repositories.enabled" ,
"type" : "java.lang.Boolean" ,
"description" : "E nable Mongo reactive repositories." ,
"description" : "Whether to e nable Mongo reactive repositories." ,
"defaultValue" : true
} ,
{
"name" : "spring.data.mongodb.repositories.enabled" ,
"type" : "java.lang.Boolean" ,
"description" : "E nable Mongo repositories." ,
"description" : "Whether to e nable Mongo repositories." ,
"defaultValue" : true
} ,
{
@ -158,13 +158,13 @@
@@ -158,13 +158,13 @@
{
"name" : "spring.data.neo4j.repositories.enabled" ,
"type" : "java.lang.Boolean" ,
"description" : "E nable Neo4j repositories." ,
"description" : "Whether to e nable Neo4j repositories." ,
"defaultValue" : true
} ,
{
"name" : "spring.data.redis.repositories.enabled" ,
"type" : "java.lang.Boolean" ,
"description" : "E nable Redis repositories." ,
"description" : "Whether to e nable Redis repositories." ,
"defaultValue" : true
} ,
{
@ -174,7 +174,7 @@
@@ -174,7 +174,7 @@
{
"name" : "spring.data.solr.repositories.enabled" ,
"type" : "java.lang.Boolean" ,
"description" : "E nable Solr repositories." ,
"description" : "Whether to e nable Solr repositories." ,
"defaultValue" : true
} ,
{
@ -210,13 +210,13 @@
@@ -210,13 +210,13 @@
{
"name" : "spring.http.encoding.enabled" ,
"type" : "java.lang.Boolean" ,
"description" : "E nable http encoding support." ,
"description" : "Whether to e nable http encoding support." ,
"defaultValue" : true
} ,
{
"name" : "spring.http.converters.preferred-json-mapper" ,
"type" : "java.lang.String" ,
"description" : "Preferred JSON mapper to use for HTTP message conversion, auto-detected according to the environment by defaul t."
"description" : "Preferred JSON mapper to use for HTTP message conversion. By default , auto-detected according to the environment."
} ,
{
"name" : "spring.jersey.type" ,
@ -246,7 +246,7 @@
@@ -246,7 +246,7 @@
{
"name" : "spring.jta.enabled" ,
"type" : "java.lang.Boolean" ,
"description" : "E nable JTA support." ,
"description" : "Whether to e nable JTA support." ,
"defaultValue" : true
} ,
{
@ -256,7 +256,7 @@
@@ -256,7 +256,7 @@
} ,
{
"name" : "spring.jta.bitronix.properties.asynchronous2-pc" ,
"description" : "E nable asynchronously execution of two phase commit." ,
"description" : "Whether to e nable asynchronously execution of two phase commit." ,
"defaultValue" : false
} ,
{
@ -289,7 +289,7 @@
@@ -289,7 +289,7 @@
} ,
{
"name" : "spring.jta.bitronix.properties.disable-jmx" ,
"description" : "E nable JMX support." ,
"description" : "Whether to e nable JMX support." ,
"defaultValue" : false
} ,
{
@ -298,7 +298,7 @@
@@ -298,7 +298,7 @@
} ,
{
"name" : "spring.jta.bitronix.properties.filter-log-status" ,
"description" : "E nable filtering of logs so that only mandatory logs are written." ,
"description" : "Whether to e nable filtering of logs so that only mandatory logs are written." ,
"defaultValue" : false
} ,
{
@ -373,13 +373,13 @@
@@ -373,13 +373,13 @@
{
"name" : "spring.mobile.devicedelegatingviewresolver.enabled" ,
"type" : "java.lang.Boolean" ,
"description" : "E nable device view resolver." ,
"description" : "Whether to e nable device view resolver." ,
"defaultValue" : false
} ,
{
"name" : "spring.mobile.sitepreference.enabled" ,
"type" : "java.lang.Boolean" ,
"description" : "E nable SitePreferenceHandler." ,
"description" : "Whether to e nable SitePreferenceHandler." ,
"defaultValue" : true
} ,
{
@ -393,13 +393,13 @@
@@ -393,13 +393,13 @@
{
"name" : "spring.mvc.favicon.enabled" ,
"type" : "java.lang.Boolean" ,
"description" : "E nable resolution of favicon.ico." ,
"description" : "Whether to e nable resolution of favicon.ico." ,
"defaultValue" : true
} ,
{
"name" : "spring.mvc.formcontent.putfilter.enabled" ,
"type" : "java.lang.Boolean" ,
"description" : "E nable Spring's HttpPutFormContentFilter." ,
"description" : "Whether to e nable Spring's HttpPutFormContentFilter." ,
"defaultValue" : true
} ,
{
@ -417,7 +417,7 @@
@@ -417,7 +417,7 @@
{
"name" : "spring.rabbitmq.dynamic" ,
"type" : "java.lang.Boolean" ,
"description" : "C reate an AmqpAdmin bean." ,
"description" : "Whether to c reate an AmqpAdmin bean." ,
"defaultValue" : true
} ,
{
@ -447,7 +447,7 @@
@@ -447,7 +447,7 @@
{
"name" : "spring.social.auto-connection-views" ,
"type" : "java.lang.Boolean" ,
"description" : "E nable the connection status view for supported providers." ,
"description" : "Whether to e nable the connection status view for supported providers." ,
"defaultValue" : false
} ,
{
@ -495,7 +495,7 @@
@@ -495,7 +495,7 @@
{
"name" : "flyway.enabled" ,
"type" : "java.lang.Boolean" ,
"description" : "E nable flyway." ,
"description" : "Whether to e nable flyway." ,
"defaultValue" : true ,
"deprecation" : {
"replacement" : "spring.flyway.enabled" ,
@ -731,7 +731,7 @@
@@ -731,7 +731,7 @@
{
"name" : "liquibase.enabled" ,
"type" : "java.lang.Boolean" ,
"description" : "E nable liquibase support." ,
"description" : "Whether to e nable liquibase support." ,
"defaultValue" : true ,
"deprecation" : {
"replacement" : "spring.liquibase.enabled" ,
@ -826,7 +826,7 @@
@@ -826,7 +826,7 @@
{
"name" : "security.enable-csrf" ,
"type" : "java.lang.Boolean" ,
"description" : "E nable Cross Site Request Forgery support." ,
"description" : "Whether to e nable Cross Site Request Forgery support." ,
"defaultValue" : false ,
"deprecation" : {
"reason" : "The security auto-configuration is no longer customizable. Provide your own WebSecurityConfigurer bean instead." ,
@ -836,7 +836,7 @@
@@ -836,7 +836,7 @@
{
"name" : "security.headers.cache" ,
"type" : "java.lang.Boolean" ,
"description" : "E nable cache control HTTP headers." ,
"description" : "Whether to e nable cache control HTTP headers." ,
"defaultValue" : true ,
"deprecation" : {
"reason" : "The security auto-configuration is no longer customizable. Provide your own WebSecurityConfigurer bean instead." ,
@ -864,7 +864,7 @@
@@ -864,7 +864,7 @@
{
"name" : "security.headers.content-type" ,
"type" : "java.lang.Boolean" ,
"description" : "E nable \"X-Content-Type-Options\" header." ,
"description" : "Whether to e nable \"X-Content-Type-Options\" header." ,
"defaultValue" : true ,
"deprecation" : {
"reason" : "The security auto-configuration is no longer customizable. Provide your own WebSecurityConfigurer bean instead." ,
@ -874,7 +874,7 @@
@@ -874,7 +874,7 @@
{
"name" : "security.headers.frame" ,
"type" : "java.lang.Boolean" ,
"description" : "E nable \"X-Frame-Options\" header." ,
"description" : "Whether to e nable \"X-Frame-Options\" header." ,
"defaultValue" : true ,
"deprecation" : {
"reason" : "The security auto-configuration is no longer customizable. Provide your own WebSecurityConfigurer bean instead." ,
@ -893,7 +893,7 @@
@@ -893,7 +893,7 @@
{
"name" : "security.headers.xss" ,
"type" : "java.lang.Boolean" ,
"description" : "E nable cross site scripting (XSS) protection." ,
"description" : "Whether to e nable cross site scripting (XSS) protection." ,
"defaultValue" : true ,
"deprecation" : {
"reason" : "The security auto-configuration is no longer customizable. Provide your own WebSecurityConfigurer bean instead." ,
@ -912,7 +912,7 @@
@@ -912,7 +912,7 @@
{
"name" : "security.require-ssl" ,
"type" : "java.lang.Boolean" ,
"description" : "E nable secure channel for all requests." ,
"description" : "Whether to e nable secure channel for all requests." ,
"defaultValue" : false ,
"deprecation" : {
"reason" : "The security auto-configuration is no longer customizable. Provide your own WebSecurityConfigurer bean instead." ,
@ -1083,7 +1083,7 @@
@@ -1083,7 +1083,7 @@
{
"name" : "spring.http.multipart.enabled" ,
"type" : "java.lang.Boolean" ,
"description" : "E nable support of multipart uploads." ,
"description" : "Whether to e nable support of multipart uploads." ,
"defaultValue" : true ,
"deprecation" : {
"replacement" : "spring.servlet.multipart.enabled" ,