Computer/JSP Servlet JavaScript
Eclipse Html5 JSP 템플릿
미처서
2015. 1. 19. 15:38
window - Preferences - web - jsp files - editor - templates - new
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
</head>
<body>
</body>
</html>