Guest User

Untitled

a guest
May 26th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. HttpServletRequest a = null;
  2.  
  3. @RequestMapping(value = "/heartbeat", method= RequestMethod.GET)
  4. public String heartbeat (@RequestHeader (value="userId", required=false) String userId)
  5. {
Add Comment
Please, Sign In to add comment