java.lang.NoSuchMethodError: org.slf4j.spi.LocationAwareLogger.log(Lorg/slf4j/Marker;Ljava/lang/String;ILjava/lang/String;[Ljava/lang/Object;Ljava/lang/Throwable;)V
이런 에러가 나는데... SLF4J와 Spring Context 가 가지고 있는 slf4j 가 충돌이 나서 그런거므로 maven 설정을 아래와 같이..
이런 에러가 나는데... SLF4J와 Spring Context 가 가지고 있는 slf4j 가 충돌이 나서 그런거므로 maven 설정을 아래와 같이..
org.springframework org.springframework.spring-library libd 3.2.3.RELEASE javax.servlet com.springsource.javax.servlet org.springframework.context org.springframework org.springframework.context.support org.springframework org.springframework spring-context 3.2.3.RELEASE commons-logging commons-logging org.springframework spring-context-support 3.2.3.RELEASE commons-logging commons-logging
'백엔드 > Spring' 카테고리의 다른 글
[jUnit] Spring 3.2.3 + myBatis 3.2 Test suite 적용. (0) | 2013.07.24 |
---|---|
Security 3.1.4 - Method 'setLoginFormUrl' is marked deprecated (0) | 2013.07.23 |
myBatis DAO Pattern example (0) | 2013.07.19 |
Spring 3.2.3 + myBatis 3.2.2 (0) | 2013.07.19 |
Spring Framework 3.2.3 Maven으로 한번에 추가하기.. (0) | 2013.07.18 |