Category "jsr310"

How to use LocalDateTime RequestParam in Spring? I get "Failed to convert String to LocalDateTime"

I use Spring Boot and included jackson-datatype-jsr310 with Maven: <dependency> <groupId>com.fasterxml.jackson.datatype</groupId> <

LocalDate: equals vs isEqual

LocalDate in Java has two similar methods equals and isEqual. What's the difference between them? When do they output different results?