Use spring boot 2. It includes Jackson Java8 API already. But the JSON format for LocalDatetime is a human-readable format. I want to it be the EPOCH via the Jackson, just a real timestamp.
I know how to convert LocatDatetime to EPOCH in Java8 API. My question is how to config Spring Boot 2 to do that. Is that possible without add customer ObjectMapper?