An open API service indexing awesome lists of open source software.

https://github.com/alibaba/spring-webmvc-support

An support project of Spring Web MVC
https://github.com/alibaba/spring-webmvc-support

alibaba java spring spring-web spring-web-mvc

Last synced: 4 months ago
JSON representation

An support project of Spring Web MVC

Awesome Lists containing this project

README

          

# spring-webmvc-support

An support project of Spring Web MVC

## Dependencies & Compatibility

| Dependencies | Compatibility |
| -------------- | ------------- |
| Java | 1.6 + |
| Servlet | 2.5 + |
| Spring Web MVC | 3.2 + |
| [Alibaba Spring Context Support](https://github.com/alibaba/spring-context-support) | 1.0.0 + |

## Downstream Projects

* [Alibaba Spring Context Support](https://github.com/alibaba/spring-context-support)

## Release version

````xml

......



org.springframework
spring-webmvc
${spring.framework.version}



com.alibaba.spring
spring-webmvc-support
1.0.0.RELEASE

......

````

If your project failed to resolve the dependency, try to add the following repository:
```xml


sonatype-nexus
https://oss.sonatype.org/content/repositories/releases

true



```