728x90
target 폴더 안에 pom.xml에 들어가서
ctrl + f 눌러서 jstl찾아보면 이미 있다.
그래서 그냥 쓸 수 있음
그래서 여기다 설정만 해놓으면
<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
import해서 쓰기만 하면 된다.
많이 쓰는 taglib 모음 보통 복붙하기용
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %>
<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui" %>
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %>
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
'Spring > Spring 기초' 카테고리의 다른 글
Spring MYBatis,JDBC 의존 라이브러리 추가하는 방법 (0) | 2023.07.19 |
---|---|
Spring 템플릿 만들기 (0) | 2023.07.18 |
Spring으로 CRUD 하기전 연습whith 롬복(lombok 활용) (0) | 2023.07.18 |
Spring Log4j 설정 (0) | 2023.07.18 |
Spring Filter(필터) 설정 (0) | 2023.07.18 |