java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory
public class BeanHelper{
/**
* 即: 对于ClassPathXmlApplicationContext(), classpath: 前缀是不需要的,
* 默认就是指项目的classpath路径下面;
* 如果要使用绝对路径,需要加上 file: 前缀表示这是绝对路径; 对于FileSystemXmlApplicationContext(),
* 默