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