Basically the same question than here
When I try the solution (adding spring.jpa.hibernate.ddl-auto=validate
to the properties file)
I get a missing table error (because the database is empty).
I tried spring.jpa.hibernate.ddl-auto=update
, but it doesn't load the data neither.
Is there any way to tell Spring that create a database and don't drop it?