Skip to content

Commit

Permalink
fix: application properties
Browse files Browse the repository at this point in the history
  • Loading branch information
nanna29 committed Jul 28, 2024
1 parent 5b4d7be commit 44289f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spring.datasource.password=testPW
# spring jpa
spring.jpa.database=mysql
spring.jpa.show-sql=true
spring.jpa.hibernate.ddl-auto=create
spring.jpa.hibernate.ddl-auto=create-drop
spring.jpa.properties.hibernate.format_sql=true


Expand Down

0 comments on commit 44289f5

Please sign in to comment.