126 lines
3.6 KiB
JSON
126 lines
3.6 KiB
JSON
{"properties": [
|
|
{
|
|
"name": "spring.aop.auto",
|
|
"type": "java.lang.Boolean",
|
|
"description": "Add @EnableAspectJAutoProxy.",
|
|
"defaultValue": true
|
|
},
|
|
{
|
|
"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).",
|
|
"defaultValue": false
|
|
},
|
|
{
|
|
"name": "spring.batch.job.enabled",
|
|
"type": "java.lang.Boolean",
|
|
"description": "Execute all Spring Batch jobs in the context on startup.",
|
|
"defaultValue": true
|
|
},
|
|
{
|
|
"name": "spring.dao.exceptiontranslation.enabled",
|
|
"type": "java.lang.Boolean",
|
|
"description": "Enable the PersistenceExceptionTranslationPostProcessor.",
|
|
"defaultValue": true
|
|
},
|
|
{
|
|
"name": "spring.datasource.jmx-enabled",
|
|
"type": "java.lang.Boolean",
|
|
"description": "Enable JMX support (if provided by the underlying pool).",
|
|
"defaultValue": false
|
|
},
|
|
{
|
|
"name": "spring.data.elasticsearch.repositories.enabled",
|
|
"type": "java.lang.Boolean",
|
|
"description": "Enable Elasticsearch repositories.",
|
|
"defaultValue": true
|
|
},
|
|
{
|
|
"name": "spring.data.jpa.repositories.enabled",
|
|
"type": "java.lang.Boolean",
|
|
"description": "Enable JPA repositories.",
|
|
"defaultValue": true
|
|
},
|
|
{
|
|
"name": "spring.data.mongodb.repositories.enabled",
|
|
"type": "java.lang.Boolean",
|
|
"description": "Enable Mongo repositories.",
|
|
"defaultValue": true
|
|
},
|
|
{
|
|
"name": "spring.data.solr.repositories.enabled",
|
|
"type": "java.lang.Boolean",
|
|
"description": "Enable Solr repositories.",
|
|
"defaultValue": true
|
|
},
|
|
{
|
|
"name": "spring.http.encoding.enabled",
|
|
"type": "java.lang.Boolean",
|
|
"description": "Enable 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."
|
|
},
|
|
{
|
|
"name": "spring.http.gzip.enabled",
|
|
"type": "java.lang.Boolean",
|
|
"description": "Enable gzip filter support."
|
|
},
|
|
{
|
|
"name": "spring.jmx.enabled",
|
|
"type": "java.lang.Boolean",
|
|
"description": "Expose management beans to the JMX domain.",
|
|
"defaultValue": true
|
|
},
|
|
{
|
|
"name": "spring.jpa.open-in-view",
|
|
"type": "java.lang.Boolean",
|
|
"description": "Register OpenEntityManagerInViewInterceptor. Binds a JPA EntityManager to the thread for the entire processing of the request.",
|
|
"defaultValue": true
|
|
},
|
|
{
|
|
"name": "spring.jta.enabled",
|
|
"type": "java.lang.Boolean",
|
|
"description": "Enable JTA support.",
|
|
"defaultValue": true
|
|
},
|
|
{
|
|
"name": "spring.mobile.devicedelegatingviewresolver.enabled",
|
|
"type": "java.lang.Boolean",
|
|
"description": "Enable device view resolver.",
|
|
"defaultValue": false
|
|
},
|
|
{
|
|
"name": "spring.mobile.sitepreference.enabled",
|
|
"type": "java.lang.Boolean",
|
|
"description": "Enable SitePreferenceHandler.",
|
|
"defaultValue": true
|
|
},
|
|
{
|
|
"name": "spring.rabbitmq.dynamic",
|
|
"type": "java.lang.Boolean",
|
|
"description": "Create an AmqpAdmin bean.",
|
|
"defaultValue": true
|
|
},
|
|
{
|
|
"name": "spring.social.auto-connection-views",
|
|
"type": "java.lang.Boolean",
|
|
"description": "Enable the connection status view for supported providers.",
|
|
"defaultValue": false
|
|
},
|
|
{
|
|
"name": "spring.view.prefix",
|
|
"type": "java.lang.String",
|
|
"description": "Spring MVC view prefix."
|
|
},
|
|
{
|
|
"name": "spring.view.suffix",
|
|
"type": "java.lang.String",
|
|
"description": "Spring MVC view suffix."
|
|
}
|
|
]}
|
|
|