From ebe6357adce9468bc00e40ff589b731ef670c42b Mon Sep 17 00:00:00 2001 From: pricelees Date: Sun, 12 Oct 2025 13:28:13 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20tosspay-mock=20=EC=84=9C=EB=B9=84?= =?UTF-8?q?=EC=8A=A4=EC=97=90=EC=84=9C=EC=9D=98=20schema=20=EA=B2=BD?= =?UTF-8?q?=EB=A1=9C=20=EC=98=A4=ED=83=80=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tosspay-mock/src/main/resources/application.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tosspay-mock/src/main/resources/application.yaml b/tosspay-mock/src/main/resources/application.yaml index e0a6467a..32a4a577 100644 --- a/tosspay-mock/src/main/resources/application.yaml +++ b/tosspay-mock/src/main/resources/application.yaml @@ -28,7 +28,7 @@ spring: sql: init: mode: always - schema-locations: classpath:schema/schema-mysql.sql + schema-locations: classpath:schema/schema-h2.sql management: endpoints: