1. 08 3月, 2016 2 次提交
  2. 01 3月, 2016 1 次提交
    • S
      Introduce composed annotations for @RequestMapping · 467b5f3f
      Sam Brannen 提交于
      This commit introduces the following common composed annotations for
      @RequestMapping in Spring MVC and Spring MVC REST.
      
      - @GetMapping
      - @PostMapping
      - @PutMapping
      - @DeleteMapping
      - @PatchMapping
      
      Issue: SPR-13992
      467b5f3f