我将Spring Boot与结合使用spring.jpa.hibernate.ddl- auto=create,但是当应用程序重新启动时,所有表都会删除并再次创建。有什么方法可以避免为现有表重新创建?
spring.jpa.hibernate.ddl- auto=create
spring.jpa.hibernate.ddl-auto=update
通常不应该在生产中使用hibernate.ddl- auto。