赞
踩
Spring 框架:以 interface21 框架为基础,经过重新设计并不断丰富内涵,于2004年3月24日,发布了 1.0 正式版。截止目前,Spring 框架已经发布到 5.3.20 版本。
两种框架组合
几个地址
Spring 框架官方下载地址:https://repo.spring.io/ui/native/release/org/springframework/spring/
Spring 框架 Maven 仓库下载地址:https://search.maven.org/artifact/org.springframework/spring/5.3.20/pom
Spring 框架 GitHub 地址:https://github.com/spring-projects/spring-framework
依赖下载示例
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring</artifactId>
<version>5.3.20</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
<version>5.3.20</version>
</dependency>
优点
Spring 4 之前分为 7 大模块组成, Spring 4 之后,被分为 6 大模块,不过内容都差不多,只是归类划分问题,学它一遍,管它6大部分还是7大部分组成,一样用。
Spring Boot
Spring Cloud
Spring ——> Spring MVC ——> Spring Boot ——> Spring Cloud
赞
踩
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。