<dependencies>
......
<!-- Spring Web MVC -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>${spring.framework.version}</version>
</dependency>
<!-- Spring Web MVC Support -->
<dependency>
<groupId>com.alibaba.spring</groupId>
<artifactId>spring-webmvc-support</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
......
</dependencies>
If your project failed to resolve the dependency, try to add the following repository:
spring-webmvc-support
An support project of Spring Web MVC
Dependencies & Compatibility
Downstream Projects
Release version
If your project failed to resolve the dependency, try to add the following repository: