IT I 프로그래밍/자바 I 스프링 설정
[9] 스프링(Spring Tools 4) EL 사용(템플릿 설정)
^___^
2021. 10. 12. 19:10
[9] 스프링(Spring Tools 4) EL 사용(템플릿 설정)
1. 스프링(Spring Tools 4) EL 사용(템플릿 설정)
메뉴 Window > Preference > 검색"template" > web/jspFile/Templates > NeJspFile(html5)선택 > Edit > 수정
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <%@ page trimDirectiveWhitespaces="true" %> |