연습하는것들/그날의 어떤것
12-06 <resources mapping="/resource/**" location="/resources/" />
Hesitater
2021. 12. 6. 19:45
728x90
WARN : org.springframework.web.servlet.PageNotFound -
No mapping found for HTTP request with URI [/controller/resource/css/icon/css/all.css]
in DispatcherServlet with name 'appServlet'
src -> main -> WEB-INF -> spring -> appServlet -> servlet-context.xml
<resources mapping="/resource/**" location="/resources/" />
/resources/** 으로 시작하는 요청이 왔을때 /resources/ 여기서 찾아보라는 이야기다 서블릿이 처리하는게 아니라
실제 /resoureces/ 폴더 안에서 찾아보라는거...
fontawesome-free-5.15.4-web 폴더 찾아서(폰트어썸 다운받아서 압축 풀면됨)
fontawesome-free-5.15.4-web 폴더 안
css폴더 안에 all.css 파일을 css 폴더 안에 넣음
webfonts
webfonts 폴더를 icon 폴더 위에 놓음
이것과 똑같이 혹은 유사하게