Skip to content

Commit 77edebe

Browse files
committed
Polish
Closes gh-10076
1 parent 0d7cde7 commit 77edebe

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

Diff for: spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json

+16-15
Original file line numberDiff line numberDiff line change
@@ -819,22 +819,23 @@
819819
}
820820
},
821821
{
822-
"name" : "spring.http.multipart.enabled",
823-
"type" : "java.lang.Boolean",
824-
"description" : "Enable support of multipart uploads.",
825-
"defaultValue" : true,
826-
"deprecation" : {
827-
"replacement" : "spring.servlet.multipart.enabled",
828-
"level" : "error"
822+
"name": "spring.http.multipart.enabled",
823+
"type": "java.lang.Boolean",
824+
"description": "Enable support of multipart uploads.",
825+
"defaultValue": true,
826+
"deprecation": {
827+
"replacement": "spring.servlet.multipart.enabled",
828+
"level": "error"
829829
}
830-
}, {
831-
"name" : "spring.http.multipart.file-size-threshold",
832-
"type" : "java.lang.String",
833-
"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.",
834-
"defaultValue" : "0",
835-
"deprecation" : {
836-
"replacement" : "spring.servlet.multipart.file-size-threshold",
837-
"level" : "error"
830+
},
831+
{
832+
"name": "spring.http.multipart.file-size-threshold",
833+
"type": "java.lang.String",
834+
"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.",
835+
"defaultValue": "0",
836+
"deprecation": {
837+
"replacement": "spring.servlet.multipart.file-size-threshold",
838+
"level": "error"
838839
}
839840
},
840841
{

0 commit comments

Comments
 (0)