I am programming an application with the following technologies:
- Java, Spring, Hibernate, Maven, Msql.
The IDE that I am using is Eclipse.
The problem that I am having is that when an entity persists, one of its properties is of Date type, this is registered with a value one day before the one indicated.
Example:
You want to register 11-10-18 and register: 10-10-18.