diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index f18a0b4..8d6e62e 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -21,7 +21,7 @@ spring: jpa: show-sql: true hibernate: - ddl-auto: update + ddl-auto: create properties: hibernate: format_sql: true