SpringMVC之RequestMapping注解
什么是RequestMapping注解
在SpringMVC的API中我们发现对@interface RequestMapping 有如下的定义:
*Annotation for mapping web requests onto specific handler classes and/or handler methods. Provides a consistent style between Servlet and Portlet environments, with the semantics adapting to the