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}

相关推荐
LSL666_43 分钟前
4 Maven 项目构建与配置要点总结
java·tomcat·maven
好好研究1 小时前
MyBatis框架 - 延迟加载+一/二级缓存
java·数据库·mybatis
n***26561 小时前
【MySQL】MVCC详解, 图文并茂简单易懂
android·数据库·mysql
v***5651 小时前
SpringBoot 使用 spring.profiles.active 来区分不同环境配置
spring boot·后端·spring
u***28471 小时前
Python连接SQL SEVER数据库全流程
数据库·python·sql
q***57501 小时前
Spring Cloud Nacos配置管理
后端·spring·spring cloud
g***86691 小时前
【mybatis】基本操作:详解Spring通过注解和XML的方式来操作mybatis
xml·spring·mybatis
o***Y3631 小时前
【MySQL】表空间丢失处理(Tablespace is missing for table 错误处理)
数据库·mysql
他们叫我技术总监1 小时前
从 WM_CONCAT 到 LISTAGG:Oracle 字符串聚合按时间排序完整方案
数据库·人工智能·oracle