We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbc91fb commit 1fb2044Copy full SHA for 1fb2044
1 file changed
server/application.properties
@@ -18,3 +18,6 @@ springdoc.default-produces-media-type=application/json
18
# file upload
19
spring.servlet.multipart.max-file-size=200MB
20
spring.servlet.multipart.max-request-size=200MB
21
+# json
22
+spring.jackson.deserialization.FAIL_ON_NULL_FOR_PRIMITIVES=false
23
+
0 commit comments