hibernate - Spring boot, prevent running ddl-auto create drop on devtools restart. -


i'm using spring boot devtools restarts , spring.jpa.hibernate.ddl-auto = create-drop

is there way prevent drop/create happening on devtools restart?

at time of writing (spring boot 1.3.2.release latest version), devtools doesn't support setting restart-specific properties.

the problem you're facing interesting variant of this issue. please feel free comment on details of problem can consider them part of fix.


Comments