From 7eb5042fa9b83e2d11323eed6b9dae4434c10d60 Mon Sep 17 00:00:00 2001 From: LEEJK0523 <40297503+LEEJK0523@users.noreply.github.com> Date: Mon, 22 Apr 2024 16:40:16 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=B4=EB=AF=B8=EC=A7=80=20=EA=B2=BD?= =?UTF-8?q?=EB=A1=9C=20=EC=9B=90=EB=B3=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index a2bfad6..dc6b397 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -16,7 +16,7 @@ spring.servlet.multipart.location=${java.io.tmpdir} # Image save folder #server.url.img=/Users/daniellee/Downloads -server.url.img=/docker/Tomcat/webapps +server.url.img=/usr/local/soft/tomcat/webapps # JSP spring.mvc.view.prefix=/WEB-INF/views/