1. Spring

1.1 简介

两大框架对比

Spring的各方面地址

<!-- <https://mvnrepository.com/artifact/org.springframework/spring-webmvc> -->
<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-webmvc</artifactId>
    <version>5.2.0.RELEASE</version>
</dependency>

1.2 优点