ssm框架所需jar包依赖

添加的jar包依赖名 

       
       
            junit
            junit
            4.12
       

       
       
       
            javax.servlet
            javax.servlet-api
            3.1.0
       

       
            javax.servlet.jsp
            jsp-api
            2.2
       

       
            javax.servlet.jsp.jstl
            jstl-api
            1.2
       

       
       
            org.springframework
            spring-core
            4.3.10.RELEASE
       

       
            org.springframework
            spring-beans
            4.3.10.RELEASE
       

       
            org.springframework
            spring-tx
            4.3.10.RELEASE
       

       
            org.springframework
            spring-context
            4.3.10.RELEASE
       

       
            org.springframework
            spring-context-support
            4.3.10.RELEASE
       

       
            org.springframework
            spring-web
            4.3.10.RELEASE
       

       
            org.springframework
            spring-webmvc
            4.3.10.RELEASE
       

       
            org.springframework
            spring-aop
            4.3.10.RELEASE
       

       
            org.springframework
            spring-aspects
            4.3.10.RELEASE
       

       
            org.springframework
            spring-jdbc
            4.3.10.RELEASE
       

       
            c3p0
            c3p0
            0.9.1.2
       

       
       
            log4j
            log4j
            1.2.17
       

       
            com.mchange
            mchange-commons-java
            0.2.12
       

       
            commons-logging
            commons-logging
            1.1.3
       

       
            org.slf4j
            slf4j-api
            1.7.21
       

       
            org.slf4j
            slf4j-log4j12
            1.7.21
       

       
       
            mysql
            mysql-connector-java
            6.0.6
       

       
       
            org.mybatis
            mybatis
            3.4.4
       

       
            org.mybatis
            mybatis-spring
            1.3.0
       

       
       
            commons-io
            commons-io
            2.5
       

       
            commons-fileupload
            commons-fileupload
            1.3.2
       

   

你可能感兴趣的:(ssm学习)