DEV Community

Thiago
Thiago

Posted on

Error creating bean with name 'entityManagerFactory' defined in class path resource

To solve this problem I add

@SpringBootApplication(exclude = {HibernateJpaAutoConfiguration.class})

to my base entity

Top comments (0)