使用 @RequestMapping 注解,需要导入的包:spring-webmvc

Posted JAVA_STUDYER

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用 @RequestMapping 注解,需要导入的包:spring-webmvc相关的知识,希望对你有一定的参考价值。

在Controller 层使用 @RequestMapping注解,需要导入的包:spring-webmvc。

在类中需要添加:import org.springframework.web.bind.annotation.RequestMapping;

 

本文参考了:http://www.cnblogs.com/JavaTechLover/archive/2012/09/03/spring-controller2.html 

里面有详细的讲解!

以上是关于使用 @RequestMapping 注解,需要导入的包:spring-webmvc的主要内容,如果未能解决你的问题,请参考以下文章

@RequestMapping 注解

2. @RequestMapping注解

手写SpringMVC,实现SpringMVC容器,加底层@RequestMapping的映射

Spring @RequestMapping 注解使用技巧

超详细 Spring @RequestMapping 注解使用技巧 (转)

使用@RequestMapping 注解时获取请求的值(URL)