Commit 81480304 authored by Stephane Nicoll's avatar Stephane Nicoll

polishing

parent 47cd9e07
...@@ -3,89 +3,89 @@ ...@@ -3,89 +3,89 @@
"name": "spring.aop.auto", "name": "spring.aop.auto",
"dataType": "java.lang.Boolean", "dataType": "java.lang.Boolean",
"description": "Automatically adds @EnableAspectJAutoProxy.", "description": "Automatically adds @EnableAspectJAutoProxy.",
"defaultValue": true, "defaultValue": true
}, },
{ {
"name": "spring.aop.proxy-target-class", "name": "spring.aop.proxy-target-class",
"dataType": "java.lang.Boolean", "dataType": "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": false, "defaultValue": false
}, },
{ {
"name": "spring.batch.enabled", "name": "spring.batch.enabled",
"dataType": "java.lang.Boolean", "dataType": "java.lang.Boolean",
"description": "Execute all Spring Batch jobs in the context on startup.", "description": "Execute all Spring Batch jobs in the context on startup.",
"defaultValue": true, "defaultValue": true
}, },
{ {
"name": "spring.datasource.jmx-enabled", "name": "spring.datasource.jmx-enabled",
"dataType": "java.lang.Boolean", "dataType": "java.lang.Boolean",
"description": "Enables JMX support (if provided by the underlying pool).", "description": "Enables JMX support (if provided by the underlying pool).",
"defaultValue": true, "defaultValue": true
}, },
{ {
"name": "spring.data.elasticsearch.repositories.enabled", "name": "spring.data.elasticsearch.repositories.enabled",
"dataType": "java.lang.Boolean", "dataType": "java.lang.Boolean",
"description": "Automatically enable Elasticsearch repositories.", "description": "Automatically enable Elasticsearch repositories.",
"defaultValue": true, "defaultValue": true
}, },
{ {
"name": "spring.data.jpa.repositories.enabled", "name": "spring.data.jpa.repositories.enabled",
"dataType": "java.lang.Boolean", "dataType": "java.lang.Boolean",
"description": "Automatically enable JPA repositories.", "description": "Automatically enable JPA repositories.",
"defaultValue": true, "defaultValue": true
}, },
{ {
"name": "spring.data.mongo.repositories.enabled", "name": "spring.data.mongo.repositories.enabled",
"dataType": "java.lang.Boolean", "dataType": "java.lang.Boolean",
"description": "Automatically enable Mongo repositories.", "description": "Automatically enable Mongo repositories.",
"defaultValue": true, "defaultValue": true
}, },
{ {
"name": "spring.data.solr.repositories.enabled", "name": "spring.data.solr.repositories.enabled",
"dataType": "java.lang.Boolean", "dataType": "java.lang.Boolean",
"description": "Automatically enable Solr repositories.", "description": "Automatically enable Solr repositories.",
"defaultValue": true, "defaultValue": true
}, },
{ {
"name": "spring.jmx.enabled", "name": "spring.jmx.enabled",
"dataType": "java.lang.Boolean", "dataType": "java.lang.Boolean",
"description": "Automatically expose management beans to the JMX domain", "description": "Automatically expose management beans to the JMX domain",
"defaultValue": true, "defaultValue": true
}, },
{ {
"name": "spring.jpa.open-in-view", "name": "spring.jpa.open-in-view",
"dataType": "java.lang.Boolean", "dataType": "java.lang.Boolean",
"description": "Automatically register OpenEntityManagerInViewInterceptor. Binds a JPA EntityManager to the thread for the entire processing of the request.", "description": "Automatically register OpenEntityManagerInViewInterceptor. Binds a JPA EntityManager to the thread for the entire processing of the request.",
"defaultValue": true, "defaultValue": true
}, },
{ {
"name": "spring.mobile.devicedelegatingviewresolver.enabled", "name": "spring.mobile.devicedelegatingviewresolver.enabled",
"dataType": "java.lang.Boolean", "dataType": "java.lang.Boolean",
"description": "Enable device view resolver.", "description": "Enable device view resolver.",
"defaultValue": false, "defaultValue": false
}, },
{ {
"name": "spring.mobile.sitepreference.enabled", "name": "spring.mobile.sitepreference.enabled",
"dataType": "java.lang.Boolean", "dataType": "java.lang.Boolean",
"description": "Enable SitePreferenceHandler.", "description": "Enable SitePreferenceHandler.",
"defaultValue": true, "defaultValue": true
}, },
{ {
"name": "spring.social.auto-connection-views", "name": "spring.social.auto-connection-views",
"dataType": "java.lang.Boolean", "dataType": "java.lang.Boolean",
"description": "Automatically enable the connection status view for supported providers.", "description": "Automatically enable the connection status view for supported providers.",
"defaultValue": false, "defaultValue": false
}, },
{ {
"name": "spring.view.prefix", "name": "spring.view.prefix",
"dataType": "java.lang.String", "dataType": "java.lang.String",
"description": "Spring MVC view prefix.", "description": "Spring MVC view prefix."
}, },
{ {
"name": "spring.view.suffix", "name": "spring.view.suffix",
"dataType": "java.lang.String", "dataType": "java.lang.String",
"description": "Spring MVC view suffix.", "description": "Spring MVC view suffix."
} }
]} ]}
...@@ -42,20 +42,20 @@ ...@@ -42,20 +42,20 @@
"dataType": "java.lang.String", "dataType": "java.lang.String",
"sourceType": "org.springframework.boot.context.config.ConfigFileApplicationListener", "sourceType": "org.springframework.boot.context.config.ConfigFileApplicationListener",
"description": "Config file name", "description": "Config file name",
"defaultValue": "application", "defaultValue": "application"
}, },
{ {
"name": "spring.config.location", "name": "spring.config.location",
"dataType": "java.lang.String", "dataType": "java.lang.String",
"sourceType": "org.springframework.boot.context.config.ConfigFileApplicationListener", "sourceType": "org.springframework.boot.context.config.ConfigFileApplicationListener",
"description": "Config file locations", "description": "Config file locations"
}, },
{ {
"name": "spring.main.show-banner", "name": "spring.main.show-banner",
"dataType": "java.lang.Boolean", "dataType": "java.lang.Boolean",
"sourceType": "org.springframework.boot.SpringApplication", "sourceType": "org.springframework.boot.SpringApplication",
"description": "Display the banner when the application runs", "description": "Display the banner when the application runs",
"defaultValue": true, "defaultValue": true
}, },
{ {
"name": "spring.main.sources", "name": "spring.main.sources",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment