@RequestMapping(value="/youroptions", method=RequestMethod.OPTIONS)public View getOptions() {}您应该通过将其设置为
dispatchOptionsRequest来配置dispatcherServlet
true

@RequestMapping(value="/youroptions", method=RequestMethod.OPTIONS)public View getOptions() {}您应该通过将其设置为
dispatchOptionsRequest来配置dispatcherServlet
true