· 6 years ago · Jul 04, 2019, 02:02 AM
1@RequestMapping(value = "/login", method = { RequestMethod.OPTIONS, RequestMethod.POST })
2public Object login(HttpServletRequest request, HttpServletResponse
3 response, @RequestParam Map<String, String> params) {
4
5//Here i want to make a call to oauth/token.
6
7 }