Skip to content

Commit

Permalink
fix: h2에 mysql 호환성 모드 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
punchdrunkard committed Aug 6, 2024
1 parent ffb7505 commit 5a4b24d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ spring:
driver-class-name: org.h2.Driver
username: sa
password:
url: jdbc:h2:mem:~/odiga
url: jdbc:h2:mem:~/odiga;MODE=MYSQL
jpa:
show-sql: true
properties:
Expand Down

0 comments on commit 5a4b24d

Please sign in to comment.