프레임워크/스프링
Static Resources 매핑 안
멋진 개구리
2023. 6. 13. 14:53
반응형
org.springframework.web.servlet.DispatcherServlet noHandlerFound
경고: No mapping found for HTTP request with URI ~~~~~~~~
이러한 메세지가 뜨길래 인터 넷 찾아봤더니..
<resources mapping="/resources/**" location="/resources/" />
src/main/webapp/WEB-INF/spring/data-dispatcher-servlet.xml 에 resources를 위한 경로를 추가 해주면 된다고 한다.
출처:[Spring] Static Resources 매핑 (tistory.com)
반응형