본문 바로가기
study/MVC

[MVC] 18. MVC Model2방식 - 회원가입 (index)

by 금이패런츠 2022. 4. 15.
728x90
반응형
<%@ page language="java" contentType="text/html; charset=UTF-8"
    pageEncoding="UTF-8"%>
<%-- src/main/webapp/index.jsp : jsp3 프로젝트에서 실행하면 자동으로 호출되는 페이지 --%>
<script>
	location.href="${pageContext.request.contextPath}/member/main"
</script>

 

728x90
반응형