- Spring Boot 2.0 Projects
- Mohamed Shazin Sadakath
- 73字
- 2021-08-13 16:00:11
Using the changed database schema creation strategy
The default behavior for embedded databases used with a schema manager such as Liquibase, Flyway, and so on will be dropping existing tables and creating a new one, which is similar to create-drop for the configuration property spring.jpa.hibernate.ddl-auto .If no schema manager is used then the default behavior is to do nothing, which is similar to setting none for the aforementioned configuration property.