maven导入spring框架

在eclipse导入maven项目,

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

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}

版权声明:本文为web15687102624原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。