servlet-context.xml 파일에 아래와 같이 코드 추가하면 /resources/css/를 /css와 같이 사용 가능!!
<mvc:resources mapping="/resources/**" location="/resources/" />
- mapping : 매핑 URI 설정
- location : 정적 리소스 위치 설정
참조
'3. Back-end > 3-1. Spring MVC - 국비' 카테고리의 다른 글
Spring MVC - [ UriComponentsBuilder ] (0) | 2022.07.20 |
---|---|
Spring MVC - [ Ajax - @requestBody / @responseBody ] (0) | 2022.07.05 |
MyBatis - [ 쿼리문 where like ] (0) | 2022.06.29 |
Spring MVC - [ mapper : sql구문에 부등호 기호 사용 ] (0) | 2022.06.28 |
Spring MVC - [ 페이징 처리 ] (0) | 2022.06.28 |