From f55363c0b2f2bcaf58e0a68ea079a0da942a3935 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EC=84=9D=20=EC=B5=9C?= Date: Fri, 22 Apr 2022 11:42:27 +0900 Subject: [PATCH] test --- src/main/resources/application-dev.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application-dev.properties b/src/main/resources/application-dev.properties index 59046e6..bd7da20 100644 --- a/src/main/resources/application-dev.properties +++ b/src/main/resources/application-dev.properties @@ -4,7 +4,7 @@ spring.devtools.livereload.enabled=true spring.servlet.multipart.location=C:\\kcgFileManager spring.servlet.multipart.max-file-size=200MB spring.servlet.multipart.max-request-size=500MB - +???? #thymeleaf spring.thymeleaf.prefix=classpath:templates/ spring.thymeleaf.check-template-location=true