smm整合常用jar包-maven方式

(1)maven方式导入

      
      
      
          org.mybatis
          mybatis
          3.5.1
      

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


    
    
      mysql
      mysql-connector-java
      5.1.47
    

    
    
    
      junit
      junit
      4.12
      test
    
    
    
    
      org.mybatis
      mybatis-spring
      1.3.1
    

    
    
    
      org.springframework
      spring-jdbc
      5.1.5.RELEASE
    
    
    
      org.springframework
      spring-tx
      5.1.5.RELEASE
    

    
    
    
      commons-logging
      commons-logging
      1.2
    
    
    
      org.springframework
      spring-beans
      5.1.5.RELEASE
    
    
    
      org.springframework
      spring-context
      5.1.5.RELEASE
    
    
    
      org.springframework
      spring-context-support
      5.1.5.RELEASE
    
    
    
      org.springframework
      spring-core
      5.1.5.RELEASE
    
    
    
      org.springframework
      spring-expression
      5.1.5.RELEASE
    


    
    
    
      aopalliance
      aopalliance
      1.0
    
    
    
      org.aspectj
      aspectjrt
      1.9.2
    
    
    
      org.aspectj
      aspectjweaver
      1.9.2
    
    
    
      org.springframework
      spring-aop
      5.1.5.RELEASE
    
    
    
      org.springframework
      spring-aspects
      5.1.5.RELEASE
    
    
    
    
      org.springframework
      spring-test
      5.1.5.RELEASE
      test
    

你可能感兴趣的:(ssm,lib)