摘要:
@RequestMapping 注解开发者需要在控制器内部为每一个请求动作开发相应的处理方法。org.springframework.web.bind.annotation.RequestMapping 注解类型指示Spring用哪一个类或方法处理请求动作,该注解可用于类和方法。@RequestMa 阅读全文
摘要:
@RequestParam 注解org.springframework.web.bind.annotation.RequestParam注解类型用于将指定的请求参数赋给方法中的形参。使用@RequestParam注解可指定如下表所示的属性。 请求处理方法参数的可选类型为Java基本数据类型和Stri 阅读全文