Spring mvc路径映射问题
http://localhost:8080/TestServlet/testing/joe.bloggs@example.com@RequestMapping(value = "/{email}", method = RequestMethod.GET)@RequestMapping(value = "/{email:.*}", method = RequestMethod.GET)//正确