-
How to convert Date in BeanWrapperFieldSetMapper
Read following Spring batch job, it reads data from “domain.csv“, and map it to a domain object.
Date: 2019-08-18 View: 1520
-
Java 8 Convert LocalDateTime to Timestamp
In Java, we can use Timestamp.valueOf(LocalDateTime) to convert a LocalDateTime into a Timestamp.
Date: 2019-08-11 View: 1520