
[SPRING]#41 도서 쇼핑몰 구현 (로그 기록4)
·
SPRING
HandlerInterceptor를 사용해서 로그 기록 HandlerInterceptor 인터페이스와 Log4j를 이용해서 웹에 대한 모든 요청에 대해 접근 내역을 콘솔에 출력되도록 구현해 보겠습니다. pom.xml 로그 관련 의존 라이브러리가 등록되어 있는지 확인합니다. 4.0.0 com.springmvc controller BookMarket war 1.0.0-BUILD-SNAPSHOT 11 5.3.19 1.9.9.1 1.7.36 5.6.3 1.4 2.11.0 org.springframework spring-context ${org.springframework-version} commons-logging commons-logging org.springframework spring-webmvc ${or..