From 792a2281e6f7e009a6dd1b67092e17d4c6ead8f8 Mon Sep 17 00:00:00 2001 From: pricelees Date: Sun, 27 Jul 2025 22:34:47 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20open-in-view=20=EC=84=A4=EC=A0=95?= =?UTF-8?q?=20=ED=95=B4=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index 9f572954..99f1feb3 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -1,6 +1,8 @@ spring: profiles: active: ${ACTIVE_PROFILE:local} + jpa: + open-in-view: false payment: api-base-url: https://api.tosspayments.com