基于maven开发spring项目需要配置的一些最基础的依赖


    org.springframework
    spring-core
    4.3.8.RELEASE


    org.springframework
    spring-beans
    4.3.8.RELEASE


    org.springframework
    spring-tx
    4.3.8.RELEASE


    org.springframework
    spring-context
    4.3.8.RELEASE


    org.springframework
    spring-context-support
    4.3.8.RELEASE


    org.springframework
    spring-aop
    4.3.8.RELEASE


    org.springframework
    spring-aspects
    4.3.8.RELEASE


    commons-logging
    commons-logging
    1.1


    org.springframework
    spring-test
    4.3.8.RELEASE


    junit
    junit
    4.12

你可能感兴趣的:(基于maven开发spring项目需要配置的一些最基础的依赖)