From 5eaa7e69d0b50ce8e8bf8ab7a1ef9209a0f5d0fe Mon Sep 17 00:00:00 2001 From: common Date: Mon, 24 Feb 2025 22:40:14 +0900 Subject: [PATCH] =?UTF-8?q?=ED=86=B5=ED=95=A9=20=EB=B9=8C=EB=93=9C=20?= =?UTF-8?q?=EC=84=A4=EC=A0=95=20=EB=90=98=EB=8F=8C=EB=A6=AC=EA=B8=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index f2a36fd..7060bfc 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -15,21 +15,9 @@ spring: mvc: servlet: path: / - ## - view: - prefix: / - suffix: .html - pathmatch: - matching-strategy: ant-path-matcher web: resources: - #add-mappings: false - static-locations: - - classpath:/META-INF/resources/ - - classpath:/resources/ - - classpath:/static/ - - classpath:/public/ - - file:C:\localhost-tomcat\apache-tomcat-10.1.36-windows-x64\apache-tomcat-10.1.36\webapps\ROOT\ + add-mappings: false servlet: multipart: max-file-size: 5MB