Spring Boot: Time Zone configuration using Hibernate
Motivation Recently, I was working on a Spring Boot application that needs to query database (Mysql in my case), extract, compute and save a large amount of data (about 100 000 row). I started first with a small prototype of 5000 lines to check my algorithme. All was good, except