gitHub:https://github.com/spring-projects/spring-framework
spring官网:https://spring.io/projects/spring-framework#learn
spring jar包 :
<!-- https://mvnrepository.com/artifact/org.springframework/spring-webmvc -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>5.2.2.RELEASE</version>
</dependency>
spring发展历史如此之长,更新版本也频繁,后面延伸了springBoot,spring Cloud
spring Boot
Spring Cloud
总的来说,现在流行使用SpringBoot进行快速开发,学习SpringBoot的前提,需要完全掌握Spring、SpringMvc ,只要掌握了这两个的基本原理和配置,后面学的都会轻松。
原文:https://www.cnblogs.com/myblogswcz/p/12643581.html