Spring模块划分

spring模块划分图

image-20201115115705896
绿色代表每一个模块,黑色代表这部分的功能有哪些功能组成,

要使用这部分的完成功能,这些jar包都得导进去

Test:spring的单元测试模块

spring-text-4.0.0.RELEASE

Core Container:核心容器(IOC)

spring-beans-4.0.0.RELEASE
spring-core-4.0.0.RELEASE
spring-context-4.0.0.RELEASE
spring-expression-4.0.0.RELEASE

AOP+Aspects(面向切面编程)

spring-aop-4.0.0.RELEASE
spring-aspects-4.0.0.RELEASE

Instrumentation(设备整合)Messaging(消息服务)

Data Access/Intergration(数据访问/集成) spring数据库访问模块

spring-jdbc-4.0.0.RELEASE
spring-orm(Object Relation Mapping)-4.0.0.RELEASE
-----------------------------------------
spring-ox(xml)-4.0.0.RELEASE
spring-jms-.0.0.RELEASE(Intergration)
-----------------------------------------
spring-txt-4.0.0.RELEASE(事务)

Web:Spring开发web应用的模块

spring-websocket(新的技术)-4.0.0.RELEASE
spring-web-4.0.0.RELEASE-和原生的web相关(servlet)
spring-webmvc-4.0.0.RELEASE-开发web项目的(web)
spring-webmvc-portlet-4.0.0.RELEASE-开发web应用的组件集成

用哪个模块导哪个包

posted @ 2021-04-26 11:23  Zh'Blog  阅读(117)  评论(0编辑  收藏  举报