Skip to content

Commit

Permalink
[fix] #82 QuestionDomainTest 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kmjenny committed Jun 7, 2024
1 parent 800420b commit 4e04bcd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/test/resources/application-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,10 @@ spring:
ddl-auto: create-drop
properties:
hibernate:
dialect: org.hibernate.dialect.MySQL8Dialect
dialect: org.hibernate.dialect.MySQL8Dialect

aws-property:
sw-bucket-name: ${bucket_name}
access-key: ${access_key}
secret-key: ${secret_key}
aws-region: ap-northeast-2

0 comments on commit 4e04bcd

Please sign in to comment.