We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a716d5 commit d4f9f3eCopy full SHA for d4f9f3e
src/main/resources/application.yml
@@ -48,8 +48,8 @@ spring:
48
jpa:
49
generate-ddl: true
50
hibernate:
51
- #ddl-auto: ${TWITTERWALL_JPA_HIBERNATE_DDL_AUTO}
52
- ddl-auto: create-drop
+ ddl-auto: ${TWITTERWALL_JPA_HIBERNATE_DDL_AUTO}
+ #ddl-auto: create-drop
53
properties:
54
55
dialect: org.hibernate.dialect.PostgreSQL94Dialect
0 commit comments