maven导入spring框架

        在eclipse导入maven项目,

        在pom.xml文件中加入以下内容

        
4.3.7.RELEASE





junit
junit
3.8.1
test




org.springframework
spring-core
${org.springframework.version}


org.springframework
spring-beans
${org.springframework.version}


org.springframework
spring-context
${org.springframework.version}




org.springframework
spring-jdbc
${org.springframework.version}


org.springframework
spring-tx
${org.springframework.version}



org.springframework
spring-web
${org.springframework.version}


org.springframework
spring-webmvc
${org.springframework.version}



org.springframework
spring-test
${org.springframework.version}


你可能感兴趣的:(maven导入spring框架)