Hibernate does not create tables automatically PostgreSQL
I'm using Java, Spring Boot, Hibernate and Lombok as a Maven project with PostgreSQL database. It used to work, but after my next changes hibernate can not create tables automatically to database. What I tried is: Changing packages localization changing…