Solutionunvalidated
set this property in the application.properties file — This can be because the table is not present in your schema in the database. Tension: if the table does not exist then it will create or if the table exists then alter the table. Outcome: spring.jpa.hibernate.ddl-auto= update.
15f25459-4767-46bc-a39c-cce61900b27c
set this property in the application.properties file — This can be because the table is not present in your schema in the database. Tension: if the table does not exist then it will create or if the table exists then alter the table. Outcome: spring.jpa.hibernate.ddl-auto= update.