[Eclipse]JSP html5 Template
2014. 3. 14. 08:50ㆍ개발관련기록/Eclipse
반응형
1. 이클립스 실행
2. window -> Preference
3. Web -> JSP File -> Editor -> Templates
4. New 클릭!
<%@ page language="java" contentType="text/html; charset=${encoding}"
pageEncoding="${encoding}"%>
<!DOCTYPE html>
<html>
<head>
<meta charset="${encoding}">
<title>JSP</title>
</head>
<body>
${cursor}
</body>
</html>
반응형
'개발관련기록 > Eclipse' 카테고리의 다른 글
[Eclipse]이클립스에서 새파일 jsp 에서 기본html5 와 문자셋 utf-8로 설정방법 (0) | 2014.06.13 |
---|---|
Eclipse Error (Failed to create the Java Virtual Machine.) (0) | 2014.03.20 |
[이클립스]나도 몰랐던 기능 Palette 그리고 HTML5 (0) | 2014.02.07 |
Eclipse 에서 web Project Import 시 문제(bug) (0) | 2012.10.24 |
[Ecllipse] Ecllipse 이클립스 단축키 (1) | 2012.01.06 |