diff --git a/storage/src/main/resources/application-storage-dev.yml b/storage/src/main/resources/application-storage-dev.yml index b526c9e..6b15020 100644 --- a/storage/src/main/resources/application-storage-dev.yml +++ b/storage/src/main/resources/application-storage-dev.yml @@ -3,3 +3,12 @@ database: enable: false key: 1234567890123456 iv: 1234567890123456 +spring: + jpa: + hibernate: + ddl-auto: create-drop + properties: + hibernate: + show_sql: true + format_sql: true + open-in-view: false \ No newline at end of file