一.spring简单介绍
1.maven pom.xml配置
<!-- https://mvnrepository.com/artifact/org.springframework/spring-webmvc -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>5.2.0.RELEASE</version>
</dependency>
2.优点
轻量级 开源的 非入侵的(不会改变你原来的代码)
控制反转 (IOC)
面向切面编程(AOP)
一个大杂烩 能整合很多框架