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}

相关推荐
weixin_472339461 小时前
Maven 下载安装与配置教程
java·maven
Yushan Bai2 小时前
ORACLE RAC环境REDO日志量突然增加的分析
数据库·oracle
躺着听Jay2 小时前
Oracle-相关笔记
数据库·笔记·oracle
就叫飞六吧2 小时前
Spring Security 集成指南:避免 CORS 跨域问题
java·后端·spring
瀚高PG实验室2 小时前
连接指定数据库时提示not currently accepting connections
运维·数据库
运维成长记3 小时前
mysql数据库-中间件MyCat
数据库·mysql·中间件
苍煜3 小时前
Maven构建流程详解:如何正确管理微服务间的依赖关系-当依赖的模块更新后,我应该如何重新构建主项目
java·微服务·maven
尘客.3 小时前
DataX从Mysql导数据到Hive分区表案例
数据库·hive·mysql
TiDB 社区干货传送门4 小时前
从开发者角度看数据库架构进化史:JDBC - 中间件 - TiDB
数据库·oracle·中间件·tidb·数据库架构
虾球xz4 小时前
游戏引擎学习第280天:精简化的流式实体sim
数据库·c++·学习·游戏引擎