79372411

Date: 2025-01-20 19:15:17
Score: 0.5
Natty:
Report link

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.

Reasons:
  • Whitelisted phrase (-1): solution is
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Josh Borthick