hello world
No mapping found for HTTP request with URI ... 본문
728x90
org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/assets/js/browser.min.js] in DispatcherServlet with name 'appServlet'
경로를 못찾아서 발생하는 에러로 경로에 ${pageContext.request.contextPath}를 추가해준다.
${pageContext.request.contextPath}/resources/assets/css/main.css" /
'WEB > error_log' 카테고리의 다른 글
이클립스 TLS10 is not accepted by client preferences [TLS12] 오류 (1) | 2021.07.01 |
---|---|
자바 파일 업로드 익스플로러 에러 .json을 열거나 저장하시겠습니까 (0) | 2020.03.06 |
자바 파일(이미지 업로드) 업로드시 파일 경로 지정 (0) | 2020.01.03 |
[Tomcat 에러]Several ports (8080, 8009) required by Tomcat v8.0 Server at localhost are already.. (0) | 2020.01.03 |
HttpClient Post로 전송시 한글 깨짐 현상 (7) | 2020.01.03 |
Comments