-
- Downloads
use newer hibernate 5.2.12
the latest release spring-starter-data-jpa uses an older hibernate version (5.0.12) that does not support java8 features like time and date. we use this to override it with our own dependency as long as spring-boot uses the old one.
Please register or sign in to comment