Caused by: java.lang.ClassNotFoundException:org.apache.commons.logging.LogFactory

Caused by: java.lang.ClassNotFoundException:org.apache.commons.logging.LogFactory
在代码中你写了:
ApplicationContext ctx = new FileSystemXmlApplication Context("src/myspring.xml");
你没有引入commons-logging.jar包,当然找不到那个类了

你可能感兴趣的:(LogFactory,cause)