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}

相关推荐
百***81274 小时前
【HTML+CSS】使用HTML与后端技术连接数据库
css·数据库·html
6***3494 小时前
MySQL项目
数据库·mysql
木井巳4 小时前
【MySQL数据库】数据库基础
数据库·mysql
Wang's Blog4 小时前
MySQL: 查询全流程深度解析与性能优化实践指南
数据库·mysql·性能优化
一 乐4 小时前
宠物管理|宠物共享|基于Java+vue的宠物共享管理系统(源码+数据库+文档)
java·数据库·vue.js·spring boot·springboot·宠物
Wang's Blog4 小时前
MongoDB小课堂: 高级查询操作符与游标管理综合指南之深度整合逻辑操作符、字段处理、数组查询与游标控制的最佳实践
数据库·mongodb
垂金烟柳5 小时前
MongoDB GridFS 历史数据自动化清理实践
数据库·mongodb·自动化
a crazy day5 小时前
Spring相关知识点【详细版】
java·spring·rpc
白露与泡影5 小时前
MySQL中的12个良好SQL编写习惯
java·数据库·面试
foundbug9995 小时前
配置Spring框架以连接SQL Server数据库
java·数据库·spring