Skip to content

Instantly share code, notes, and snippets.

@karmanov
Created July 20, 2014 08:07
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save karmanov/499e0dfdf8e5ce119ad4 to your computer and use it in GitHub Desktop.
Save karmanov/499e0dfdf8e5ce119ad4 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.
@rafaftahsin
Copy link

none: Disable ddl handling

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment