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.
2 parents bbf74e7 + d994249 commit 60d0e19Copy full SHA for 60d0e19
src/main/resources/application-prod.properties
@@ -5,7 +5,7 @@ spring.datasource.username=${DB_USERNAME}
5
spring.datasource.password=${DB_PASSWORD}
6
spring.datasource.driver-class-name=org.postgresql.Driver
7
8
-spring.jpa.hibernate.ddl-auto=create-drop
+spring.jpa.hibernate.ddl-auto=update
9
spring.jpa.show-sql=false
10
spring.jpa.properties.hibernate.format_sql=true
11
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
0 commit comments