-
이클립스에서 jsp 양식만들기java/eclipse 2018. 12. 31. 14:51
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title></title>
<script type="text/javascript" src="/js/jQuery.js"></script>
<style>
</style>
<script>
</script>
</head>
<body>
</body>
</html>
<jsp 템플릿 양식, 원하는대로 만들어도 된다.>
설정방법
window->preferences->web->jsp files -> editor -> templates -> new (선택)
양식 지정방법-------------------------------------------------------------------------------------------------------name : 임의context: new jspDescription: 설명 (임의)-------------------------------------------------------------------------------------------------------만들어둔 양식(jsp file) 생성법-------------------------------------------------------------------------------------------------------new(새 파일생성하듯이) -> other -> web-> jsp file -> next button ->jsp 파일 만들때 next에 양식 선택가능함!'java > eclipse' 카테고리의 다른 글
이클립스에서 메이븐, 오라클 강제로 적용하는 방법 (0) 2018.12.31 이클립스에서 파일 찾기 단축키 (0) 2018.12.31 이클립스에서 Generate getters and setters 단축키 (0) 2018.12.31 이클립스에서 빠른검색 단축키 (0) 2018.12.31 이클립스 세로줄 설정 (0) 2018.12.31 댓글