Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. alwaysUseFullPath : true
  2. useTrailingSlashMatch : false
  3. useSuffixPatternMatch : false
  4.  
  5. on type:
  6. @RequestMapping("/api")
  7.  
  8. on method:
  9. @RequestMapping("/item/{code}")
  10.  
  11. on method:
  12. @RequestMapping(values = { "/item/{code}", "/item/{alias}/{code}" })
  13.  
  14. /api/item/1234
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement