From 98b63e924a92c11e942042f481bc841027ab3cc0 Mon Sep 17 00:00:00 2001 From: leebs0521 Date: Tue, 14 Jan 2025 16:17:40 +0900 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20open-in-view=20false=20=EC=84=A4?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index ced1464a..f72b3f8e 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -34,6 +34,7 @@ spring: highlight_sql: true generate_statistics: false show-sql: true + open-in-view: false data: redis: From 351e86f351e342514bcb785ee4889de08064674b Mon Sep 17 00:00:00 2001 From: leebs0521 Date: Wed, 15 Jan 2025 12:31:05 +0900 Subject: [PATCH 2/2] =?UTF-8?q?chore(test-yml):=20open=20in=20view=20false?= =?UTF-8?q?=20=EC=84=A4=EC=A0=95=20=20-=20test=20yml=20=ED=8C=8C=EC=9D=BC?= =?UTF-8?q?=EC=97=90=EB=8F=84=20=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 b371a34d..bd97dd08 100644 --- a/src/test/resources/application-test.yml +++ b/src/test/resources/application-test.yml @@ -22,6 +22,7 @@ spring: properties: hibernate: format_sql: true + open-in-view: false sql: init: