while starting with spring rest I got following error as
org.springframework.beans.factory.BeanCreationException: Error creating bean with name \'j
I've fixed it by setting newer version of Hibernate.
org.springframework.boot
spring-boot-starter-data-jpa
org.hibernate
hibernate-entitymanager
org.hibernate
hibernate-core
org.hibernate
hibernate-core
5.2.10.Final
You can find a fully working example here: https://github.com/zobarov/ptc-task-executor