I try to start an example from Spring in action 5. STS shows me the error:
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. 2019-06-24 10:47:06.472 ERROR 6300 --- [ restartedMain] o.s.boot.SpringApplication
: Application run failedorg.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Invocation of init method failed; nested exception is javax.persistence.PersistenceException: [PersistenceUnit: default] Unable to build Hibernate SessionFactory; nested exception is org.hibernate.MappingException: Could not get constructor for org.hibernate.persister.entity.SingleTableEntityPersister
This's example may receive there: GitHub - Spring in action: Spring Data JPA
Can you help me? If need yet codes from example, I can copy here.