SyntaxFix
Write A Post
Hire A Developer
Questions
spring.jpa.hibernate.ddl-auto = update
change update to create, and run it
update
create
after run safely again change create to update so again all tables will not create and you can use your previous data