Skip to content

Commit

Permalink
chore: jpa 설정 변경 (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sangwook02 committed Oct 10, 2023
1 parent 1094ed4 commit 632f96f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# jpa
spring.jpa.database=postgresql
spring.jpa.properties.hibernate.format_sql=true
spring.jpa.show-sql=true
spring.jpa.properties.hibernate.use_sql_comments=true
spring.jpa.hibernate.ddl-auto=update
spring.jpa.defer-datasource-initialization=true

#security
Expand Down

0 comments on commit 632f96f

Please sign in to comment.