Skip to content

Commit

Permalink
test: db 에러 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
peeerr committed Nov 6, 2024
1 parent 587ece1 commit 735d4ad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ spring:
url: ${RDS_URL}
username: ${RDS_USERNAME}
password: ${RDS_PASSWORD}
driver-class-name: com.mysql.cj.jdbc.Driver

jpa:
properties:
hibernate:
dialect: org.hibernate.dialect.MySQLDialect
jdbc:
time_zone: Asia/Seoul
hibernate:
Expand Down

0 comments on commit 735d4ad

Please sign in to comment.