[no_toc]
In the tutorial, we build a SpringBoot RestAPIs example that post/get data with java.util.Date
time and save it to MySQL/PostgreSQL database using Spring JPA. Working with Java Date Time is an exciting part but also not easy task, fortunately we have the supporting from utilities of Jackson lib, now the job can be done in an easy way.
Let’s do details by steps!