spring 실행 주소창 변경하기

미니멀리즘·2022년 12월 27일

index.jsp 만들기

<% response.sendRedirect("customer/list");%>

web.xml에 웰컴파일 지정하기

  <welcome-file-list>
    <welcome-file>index.jsp</welcome-file>
    <welcome-file>index.html</welcome-file>
  </welcome-file-list>
profile
웹 개발자

0개의 댓글