报错: File “/usr/local/python3/lib/python3.9/json/__… 继续阅读 File “/usr/local/python3/lib/python3.9/json/__init__.py”, line 359, in loads return cls(**kw).decode(s) TypeError: __init__() got an unexpected keyword argument ‘encoding’

Resolved [org.springframework.http.converter.HttpM… 继续阅读 Resolved [org.springframework.http.converter.HttpMessageNotReadableException: JSON parse error: Cannot deserialize value of type `java.time.LocalDate` from String “2020-01-15”: Failed to deserialize java.time.LocalDate: (java.time.format.DateTimeParseException) Text ‘2020-01-15’ could not be parsed: Unable to obtain LocalDate from TemporalAccessor: {YearOfEra=2020, MonthOfYear=1, DayOfMonth=15},ISO of type java.time.format.Parsed; nested exception is com.fasterxml.jackson.databind.exc.InvalidFormatException: Cannot deserialize value of type `java.time.LocalDate` from String “2020-01-15”: Failed to deserialize java.time.LocalDate: (java.time.format.DateTimeParseException) Text ‘2020-01-15’ could not be parsed: Unable to obtain LocalDate from TemporalAccessor: {YearOfEra=2020, MonthOfYear=1, DayOfMonth=15},ISO of type java.time.format.Parsed at [Source: (PushbackInputStream); line: 2, column: 18] (through reference chain: com.example.demo.Demo[“localDate”])]