Java/Spring

프로필 사진 설정

amungstudy 2023. 8. 10. 16:20

프로젝트경로 구하기 (JSTL 활용)

jsp 페이지에서

 

<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
<c:set var="path" value="${pageContext.request.contextPath}"/>    

실제 활용 : <img id="profile_img" class="profile_img"
src="${path}/resources/img/profile.jpg"/>