You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library isn't compatible with Hibernate 6.1.x (which comes from Spring Boot 3.x).
This is the error on application startup:
Field entityManagerFactory in io.github.teastman.hibernate.HibernateEventAutoConfiguration required a bean of type 'javax.persistence.EntityManagerFactory' that could not be found.
The injection point has the following annotations:
- @org.springframework.beans.factory.annotation.Autowired(required=true)
The text was updated successfully, but these errors were encountered:
This library isn't compatible with Hibernate 6.1.x (which comes from Spring Boot 3.x).
This is the error on application startup:
The text was updated successfully, but these errors were encountered: