Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save straiforos/77cdc80694adac803227d1cbbeff50a5 to your computer and use it in GitHub Desktop.
Save straiforos/77cdc80694adac803227d1cbbeff50a5 to your computer and use it in GitHub Desktop.
spring.jpa.hibernate.ddl-auto values
validate: validate the schema, makes no changes to the database.
update: update the schema.
create: creates the schema, destroying previous data.
create-drop: drop the schema at the end of the session.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment