Skip to content

Commit

Permalink
set ddl-auto update
Browse files Browse the repository at this point in the history
  • Loading branch information
tape4 committed Nov 8, 2024
1 parent 8ab0cee commit 0eba0da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application-prod.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# spring jpa
spring.jpa.hibernate.ddl-auto=validate
spring.jpa.hibernate.ddl-auto=update

0 comments on commit 0eba0da

Please sign in to comment.