Spring css적용하기

미니멀리즘·2022년 12월 27일

xml에 추가하기

<mvc:resources location="/resources/" mapping="/resources/**"></mvc:resources>

WebContent/resources/css/style.css 추가하기

적용원하는 jsp에 선언하기

<link type= "text/css"
      rel="stylesheet"
      href="${pageContext.request.contextPath}/resources/css/style.css"/>

profile
웹 개발자

0개의 댓글