We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 82f0aaf + f62cfa0 commit 95d9714Copy full SHA for 95d9714
.github/workflows/CI-CD_Pipeline.yml
@@ -82,7 +82,7 @@ jobs:
82
run: |
83
cat > .env << 'EOF'
84
# Datasource 설정 (application-test.yml에서 참조)
85
- TEST_DATASOURCE_URL=jdbc:h2:mem:db_test;MODE=MySQL
+ TEST_DATASOURCE_URL=jdbc:h2:mem:db_test;MODE=MySQL;DATABASE_TO_LOWER=TRUE;CASE_INSENSITIVE_IDENTIFIERS=TRUE
86
TEST_DATASOURCE_USERNAME=sa
87
TEST_DATASOURCE_PASSWORD=
88
TEST_DATASOURCE_DRIVER=org.h2.Driver
backend/src/test/resources/application-test-ci.yml
@@ -20,6 +20,7 @@ spring:
20
use_sql_comments: true
21
format_sql: true
22
highlight_sql: true
23
+ dialect: org.hibernate.dialect.H2Dialect
24
25
mail:
26
host: smtp.daum.net
0 commit comments