diff --git a/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json index a1c792c02b..b7fe7c6f6a 100644 --- a/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -3,89 +3,89 @@ "name": "spring.aop.auto", "dataType": "java.lang.Boolean", "description": "Automatically adds @EnableAspectJAutoProxy.", - "defaultValue": true, + "defaultValue": true }, { "name": "spring.aop.proxy-target-class", "dataType": "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, + "defaultValue": false }, { "name": "spring.batch.enabled", "dataType": "java.lang.Boolean", "description": "Execute all Spring Batch jobs in the context on startup.", - "defaultValue": true, + "defaultValue": true }, { "name": "spring.datasource.jmx-enabled", "dataType": "java.lang.Boolean", "description": "Enables JMX support (if provided by the underlying pool).", - "defaultValue": true, + "defaultValue": true }, { "name": "spring.data.elasticsearch.repositories.enabled", "dataType": "java.lang.Boolean", "description": "Automatically enable Elasticsearch repositories.", - "defaultValue": true, + "defaultValue": true }, { "name": "spring.data.jpa.repositories.enabled", "dataType": "java.lang.Boolean", "description": "Automatically enable JPA repositories.", - "defaultValue": true, + "defaultValue": true }, { "name": "spring.data.mongo.repositories.enabled", "dataType": "java.lang.Boolean", "description": "Automatically enable Mongo repositories.", - "defaultValue": true, + "defaultValue": true }, { "name": "spring.data.solr.repositories.enabled", "dataType": "java.lang.Boolean", "description": "Automatically enable Solr repositories.", - "defaultValue": true, + "defaultValue": true }, { "name": "spring.jmx.enabled", "dataType": "java.lang.Boolean", "description": "Automatically expose management beans to the JMX domain", - "defaultValue": true, + "defaultValue": true }, { "name": "spring.jpa.open-in-view", "dataType": "java.lang.Boolean", "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", "dataType": "java.lang.Boolean", "description": "Enable device view resolver.", - "defaultValue": false, + "defaultValue": false }, { "name": "spring.mobile.sitepreference.enabled", "dataType": "java.lang.Boolean", "description": "Enable SitePreferenceHandler.", - "defaultValue": true, + "defaultValue": true }, { "name": "spring.social.auto-connection-views", "dataType": "java.lang.Boolean", "description": "Automatically enable the connection status view for supported providers.", - "defaultValue": false, + "defaultValue": false }, { "name": "spring.view.prefix", "dataType": "java.lang.String", - "description": "Spring MVC view prefix.", + "description": "Spring MVC view prefix." }, { "name": "spring.view.suffix", "dataType": "java.lang.String", - "description": "Spring MVC view suffix.", + "description": "Spring MVC view suffix." } ]} diff --git a/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json index 526c4af3fa..e1f214fd6d 100644 --- a/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -42,20 +42,20 @@ "dataType": "java.lang.String", "sourceType": "org.springframework.boot.context.config.ConfigFileApplicationListener", "description": "Config file name", - "defaultValue": "application", + "defaultValue": "application" }, { "name": "spring.config.location", "dataType": "java.lang.String", "sourceType": "org.springframework.boot.context.config.ConfigFileApplicationListener", - "description": "Config file locations", + "description": "Config file locations" }, { "name": "spring.main.show-banner", "dataType": "java.lang.Boolean", "sourceType": "org.springframework.boot.SpringApplication", "description": "Display the banner when the application runs", - "defaultValue": true, + "defaultValue": true }, { "name": "spring.main.sources",