From 77edebe09488aceb4ba5003bfe5b32c82e8a1c0a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 25 Aug 2017 16:34:19 +0200 Subject: [PATCH] Polish Closes gh-10076 --- ...itional-spring-configuration-metadata.json | 31 ++++++++++--------- 1 file changed, 16 insertions(+), 15 deletions(-) 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 c250568405d..42cf236a6b5 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 @@ -819,22 +819,23 @@ } }, { - "name" : "spring.http.multipart.enabled", - "type" : "java.lang.Boolean", - "description" : "Enable support of multipart uploads.", - "defaultValue" : true, - "deprecation" : { - "replacement" : "spring.servlet.multipart.enabled", - "level" : "error" + "name": "spring.http.multipart.enabled", + "type": "java.lang.Boolean", + "description": "Enable support of multipart uploads.", + "defaultValue": true, + "deprecation": { + "replacement": "spring.servlet.multipart.enabled", + "level": "error" } - }, { - "name" : "spring.http.multipart.file-size-threshold", - "type" : "java.lang.String", - "description" : "Threshold after which files will be written to disk. Values can use the suffixes\n \"MB\" or \"KB\" to indicate megabytes or kilobytes respectively.", - "defaultValue" : "0", - "deprecation" : { - "replacement" : "spring.servlet.multipart.file-size-threshold", - "level" : "error" + }, + { + "name": "spring.http.multipart.file-size-threshold", + "type": "java.lang.String", + "description": "Threshold after which files will be written to disk. Values can use the suffixes\n \"MB\" or \"KB\" to indicate megabytes or kilobytes respectively.", + "defaultValue": "0", + "deprecation": { + "replacement": "spring.servlet.multipart.file-size-threshold", + "level": "error" } }, {