IT/Spring
JSP에서 properties에 선언된 값 불러오기
Dukejin
2017. 2. 14. 00:04
1) Spring 설정파일에 프로퍼티 파일을 설정
2) JSP에서 프로퍼티 값 불러오기
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %>