Database is not created automatically while running spring boot integration tet

28 views Asked by At

I am trying to run spring boot integration test using junit Jupiter and Java. I am pointing psql database, even I have given ddl auto create in properties file, but still database is not created.So my test cases are failing. Is there a way to resolve this issue?

0

There are 0 answers