在使用 spring 的时候出现如下错误:
log4j:WARN No appenders could be found for logger (org.springframework.context.support.ClassPathXmlApplicationContext).
log4j:WARN Please initialize the log4j system properly.
Exception in thread "main" java.lang.ClassCastException: $Proxy1 cannot be cast to com.inspur.democreen.dao.impl.TestDaoImpl
at com.inspur.democreen.test.Test.main(Test.java:16)
搜集了资料后 , 发现是因为 tomcat 加载了两个相同的jar包,导致出现这样的错误。
浙公网安备 33010602011771号