A temporary solution is to change spring.jpa.hibernate.ddl-auto=create
in application.properties
to =none
so that it doesn't try to delete and recreate the database, fresh, for each run. Obviously, this isn't the proper solution, but it will do me for now and hopefully get someone else by till a better answer appears.