IDEA版SSM入门到实战(Maven+MyBatis+Spring+SpringMVC) -SpringMVC @RequestMapping详解
第一章@RequestMapping详解@RequestMapping注解作用:为指定的类或方法设置相应URL1.1@RequestMapping注解位置书写在类上面作用:为当前类设置映射URL注意:不能单独使用,需要与方法上的@RequestMapping配合使用书写在方法上面作用:为当前方法设置映射URL注意:可以单独使用1.2@RequestMapping注解属性value属性类型:Stri