에러 : The prefix "mvc" for element "mvc:interceptors" is not bound.
원인 : 네임스페이스 참조가 누락되어 발생
해결 : servlet-context.xml 파일의 상단 Bean에 아래 구성을 추가한다.
xmlns:mvc="http://www.springframework.org/schema/mvc"
'Backend > 기타' 카테고리의 다른 글
Parameter와 Argument (0) | 2024.06.03 |
---|---|
MyBatis 란? (+JPA와 장단점 비교) (0) | 2024.06.03 |
JUnit 단위 테스트 (0) | 2024.06.03 |
알고리즘(Algorithm)이란? (0) | 2024.06.02 |
[서버 에러]server tomcat v8.5 server at localhost failed to start. (0) | 2024.06.02 |