spring-maven-jar包依赖

我的apache-maven版本是3.6.1,关于maven的环境配置可自行百度。

下面给出一组可用的jar包依赖:


    
    
      junit
      junit
      4.10
      test
    

    
      commons-logging
      commons-logging
      1.2
    

    
      org.springframework
      spring-beans
      4.2.4.RELEASE
    

    
      org.springframework
      spring-context
      4.2.4.RELEASE
    

    
      org.springframework
      spring-core
      4.2.4.RELEASE
    

    
      org.springframework
      spring-expression
      4.2.4.RELEASE
    

    
      commons-logging
      commons-logging
      1.2
    

    
      log4j
      log4j
      1.2.17
    

    
      org.junit.jupiter
      junit-jupiter-api
      RELEASE
      compile
    

  

 

你可能感兴趣的:(JEE编程)