From 5a11ea5a6e2d1ca15535224c088f54a3db9f649f Mon Sep 17 00:00:00 2001 From: hye-on Date: Wed, 23 Oct 2024 01:00:34 +0900 Subject: [PATCH] =?UTF-8?q?#177=20chore:=20application-test.yml=EC=97=90?= =?UTF-8?q?=20driver-class-name=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/test/resources/application-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/resources/application-test.yml b/src/test/resources/application-test.yml index 500a713..275ac6c 100644 --- a/src/test/resources/application-test.yml +++ b/src/test/resources/application-test.yml @@ -3,6 +3,7 @@ spring: url: jdbc:tc:mysql:8.0.33:///testdb username: testuser password: testpassword + driver-class-name: org.testcontainers.jdbc.ContainerDatabaseDriver jpa: hibernate: ddl-auto: none