server.servlet.context-path=/profile 추가

This commit is contained in:
daniel LEE 2023-10-26 15:15:33 +09:00
parent 23509cc2e2
commit d569709466
1 changed files with 2 additions and 1 deletions

View File

@ -22,4 +22,5 @@ server.url.img=/usr/local/soft/tomcat/webapps/profile
spring.mvc.view.prefix=/WEB-INF/views/ spring.mvc.view.prefix=/WEB-INF/views/
spring.mvc.view.suffix=.jsp spring.mvc.view.suffix=.jsp
#spring.mvc.static-path-pattern=/resources/** #spring.mvc.static-path-pattern=/resources/**
#server.servlet.jsp.init-parameters.development=true #server.servlet.jsp.init-parameters.development=true
server.servlet.context-path=/profile