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
- Host: GitHub
- URL: https://github.com/alibaba/spring-webmvc-support
- Owner: alibaba
- License: gpl-3.0
- Created: 2018-06-13T09:55:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-12T07:12:22.000Z (over 7 years ago)
- Last Synced: 2025-08-01T09:54:00.623Z (6 months ago)
- Topics: alibaba, java, spring, spring-web, spring-web-mvc
- Language: Java
- Size: 64.5 KB
- Stars: 41
- Watchers: 9
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```