Skip to content

Commit 63d6f31

Browse files
Dropping the data base to check direct message
1 parent 7d0594a commit 63d6f31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ spring.datasource.url=${SPRING_DATASOURCE_URL}
22
spring.datasource.username=${SPRING_DATASOURCE_USERNAME}
33
spring.datasource.password=${SPRING_DATASOURCE_PASSWORD}
44
spring.datasource.driver-class-name=org.postgresql.Driver
5-
spring.jpa.hibernate.ddl-auto=update
5+
spring.jpa.hibernate.ddl-auto=create-drop
66
spring.jpa.show-sql=true
77
spring.jpa.properties.hibernate.format_sql=true
88
server.address=0.0.0.0

0 commit comments

Comments
 (0)