From 9ea86143ff1a1627420f3b39a51ca8acca46f338 Mon Sep 17 00:00:00 2001 From: hsoh Date: Mon, 20 Jun 2022 17:40:41 +0900 Subject: [PATCH] =?UTF-8?q?h2-console=20=EC=84=A4=EC=A0=95=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= 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 3de49c5..261b156 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -27,6 +27,7 @@ spring: h2.console: enabled: true path: /h2-console + settings.web-allow-others: true thymeleaf: prefix: classpath:templates/ check-template-location: true