Skip to content

Commit

Permalink
chore: Test H2 DB의 방언을 변경한다.
Browse files Browse the repository at this point in the history
  • Loading branch information
ddingmin committed Dec 28, 2023
1 parent effe339 commit de343ad
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 @@ -2,7 +2,7 @@ spring.datasource.driver-class-name = org.h2.Driver
spring.datasource.url = jdbc:h2:mem:test;MODE=MySQL;DATABASE_TO_LOWER=TRUE

spring.jpa.hibernated.ddl-auto = validate
spring.jpa.database-platform = org.hibernate.dialect.H2Dialect
spring.jpa.database-platform = org.hibernate.dialect.MySQLDialect

spring.datasource.hikari.maximum-pool-size = 4
spring.datasource.hikari.pool-name = H2_TEST_POOL
Expand Down

0 comments on commit de343ad

Please sign in to comment.