From d569709466f2fd296e0948134412cdc5d7d0f21a Mon Sep 17 00:00:00 2001 From: daniel LEE Date: Thu, 26 Oct 2023 15:15:33 +0900 Subject: [PATCH] =?UTF-8?q?server.servlet.context-path=3D/profile=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 010bd19..d8905d3 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -22,4 +22,5 @@ server.url.img=/usr/local/soft/tomcat/webapps/profile spring.mvc.view.prefix=/WEB-INF/views/ spring.mvc.view.suffix=.jsp #spring.mvc.static-path-pattern=/resources/** -#server.servlet.jsp.init-parameters.development=true \ No newline at end of file +#server.servlet.jsp.init-parameters.development=true +server.servlet.context-path=/profile \ No newline at end of file