I have a spring-boot service using JPA with the MYSQL database. I used @CreationTimestam private Date creationTimestamp
for storing the creation timestamp. Recently I migrated to use spring-webflux and R2DBC. Now issue is when I try to get data from database I’m getting No converter found capable of converting from type [java.time.ZonedDateTime] to type [java.util.Date]