Skip to content

Commit

Permalink
Update application.properties ddl-auto update to create
Browse files Browse the repository at this point in the history
  • Loading branch information
tape4 authored Jul 24, 2024
1 parent 03049c8 commit d848778
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ spring.datasource.password=testPW
# spring jpa
spring.jpa.database=mysql
spring.jpa.show-sql=true
spring.jpa.hibernate.ddl-auto=update
spring.jpa.hibernate.ddl-auto=create
spring.jpa.properties.hibernate.format_sql=true


commit.hash=local
commit.hash=local

0 comments on commit d848778

Please sign in to comment.