<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=EUC-KR">
<title>Insert title here</title>
</head>
<body>
<p>아이디 ${id} </p>
<img alt="d" src="resources/image/king.jpg">
</body>
</html>
Servlet-context.xml에 resources 매핑이 되있어서
뷰페이지에서는 상대경로를 찾을 필요 없이 바로 resources부터 경로를 써주면된다.
'JAVA > Spring 4.0' 카테고리의 다른 글
Spring4.0 JDBCTemplate (0) | 2015.10.01 |
---|---|
Spring4.0 메이븐 프로젝트 구조 (0) | 2015.09.22 |
Spring4.0 ModelAndView 이용한 전달 (0) | 2015.09.16 |
Spring4.0 GET,POST 파라미터 전달 (0) | 2015.09.16 |
Spring4.0 @PathVariable 이용한 경로 변수 (0) | 2015.09.16 |