Skip to content

Instantly share code, notes, and snippets.

@arganzheng
Created August 3, 2013 03:11
Show Gist options
  • Save arganzheng/6144988 to your computer and use it in GitHub Desktop.
Save arganzheng/6144988 to your computer and use it in GitHub Desktop.

Spring MVC其实提供了一些好用的util类:

import org.springframework.web.util.WebUtils;

Cookie cookie = WebUtils.getCookie(request, "SECURITY_TOKEN");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment