maven中导入Spring依赖Jar包
只需要导入这个Jar包,在编译程序中会自动导入所有的Spring包
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>5.2.22.RELEASE</version>
</dependency>
只需要导入这个Jar包,在编译程序中会自动导入所有的Spring包
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>5.2.22.RELEASE</version>
</dependency>