From 6a842464898ff6b13520e1e1f0752cd77e03b3a3 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:43:04 +0900 Subject: [PATCH] test2 --- 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 bd7da20..59046e6 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