<dependency> <groupId>org.springframework</groupId> <artifactId>spring-webmvc</artifactId> <version>5.1.13.RELEASE</version> </dependency>
这个依赖会将Spring与web有关的依赖全部导入,也包括基础依赖
截止2021.04.26有效