Skip to content

alibaba/spring-webmvc-support

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 1.0.0 +

Downstream Projects

Release version

<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:

 <repositories> <repository> <id>sonatype-nexus</id> <url>https://oss.sonatype.org/content/repositories/releases</url> <releases> <enabled>true</enabled> </releases> </repository> </repositories>

About

An support project of Spring Web MVC

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages