Merge branch '3.2.x'
Closes gh-40839
This commit is contained in:
@@ -2005,7 +2005,8 @@
|
||||
{
|
||||
"name": "spring.mvc.converters.preferred-json-mapper",
|
||||
"type": "java.lang.String",
|
||||
"description": "Preferred JSON mapper to use for HTTP message conversion. By default, auto-detected according to the environment."
|
||||
"defaultValue": "jackson",
|
||||
"description": "Preferred JSON mapper to use for HTTP message conversion. By default, auto-detected according to the environment. Supported values are 'jackson', 'gson', and 'jsonb'. When other json mapping libraries (such as kotlinx.serialization) are present, use a custom HttpMessageConverters bean to control the preferred mapper."
|
||||
},
|
||||
{
|
||||
"name": "spring.mvc.date-format",
|
||||
|
||||
Reference in New Issue
Block a user