问答详情
源自:2-1 IOC及Bean容器

代码哪里显示说明要用到Commons-logging这个包呢?

在后边的通过xml配置取得bean的例子中,使用到了Commons-logging,  junit , Spring-beans, spring-context, spring-core,spring-expression 这六个jar包,两次报错,因为缺少Commons-logging和spring-expression这两个jar包。其中有个地方使用到正则表达式,所以需要用到spring-expression包,但是日志这里我就不清楚了,哪里显示说明要用到Commons-logging这个包呢?

提问者:StaceyStaceyStacey 2017-05-03 21:39

个回答

  • 我爱学习使我快乐
    2017-05-04 20:11:50
    已采纳

    Commons-logging是Spring的必备jar包,用来记录日志,你只要直到只要是使用Spring,就一定需要导入这个包就行,哪怕什么都不配