Skip to content

Commit 4cc398b

Browse files
committed
2.3.9 Fixed #79, Fixed #80, Fixed #81, Fixed #100, Fixed #101
1 parent 21deeea commit 4cc398b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/application.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ spring:
1717
open-in-view: true
1818
generate-ddl: true
1919
hibernate:
20-
#ddl-auto: update
21-
ddl-auto: create-drop
20+
ddl-auto: update
21+
#ddl-auto: create-drop
2222
properties:
2323
hibernate:
2424
dialect: org.hibernate.dialect.PostgreSQL95Dialect

0 commit comments

Comments
 (0)