Код: Выделить всё
com.fasterxml.jackson.datatype
jackson-datatype-jsr310
2.13.0
Код: Выделить всё
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd")
LocalDate start;
Код: Выделить всё
com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Java 8 date/time type java.time.LocalDate not supported by default: add Module "com.fasterxml.jackson.datatype:jackson-datatype-jsr310" to enable handlingПодробнее здесь: https://stackoverflow.com/questions/698 ... ng-jackson
Мобильная версия