사용된 부트스트랩
https://startbootstrap.com/previews/modern-business
사용할 부트스트랩을 압축 해제 해준다.
압축을 푼 파일을 src/main/webapp/resources 경로 안에 넣어준다.
이제 리소스 등록을 위해 servlet-context.xml에서 코드를 수정해준다.
[변경 전]
[변경 후]
<resources mapping="/**" location="/resources/" />
변경 후 적용을 위해 서버 재시작을 해준다!!
짠 적용이 잘 되었다><
'Spring' 카테고리의 다른 글
[Spring/Eclipse] 한글깨짐 방지를 위한 web.xml UTF-8 설정 (0) | 2023.02.23 |
---|---|
[Spring / 오류] Request processing failed; nested exception is org.springframework (0) | 2023.02.17 |
[Spring/Eclipse] lombok 설정 (0) | 2023.02.15 |
[Spring/Eclipse] log4j 설정 (0) | 2023.02.14 |
[Spring]필기 (0) | 2023.01.13 |