Posts by Gustavo Ridgue • 11 points
1 post
-
1
votes4
answers1921
viewsA: Hibernate does not create table automatically in mysql
I was making that same mistake. I managed to solve using:spring.jpa.hibernate.ddl-auto=update. Remember that I had put ?useTimezone=true&serverTimezone=UTC in my datasource.url, but I think this…