原因官方自带的pom.xml有问题,增加一个依赖项即可。
<dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> </dependency>
原因官方自带的pom.xml有问题,增加一个依赖项即可。
<dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> </dependency>