@RequestMapping中method的默认值是什么?
没有默认值,如果不配置method,
则以任何请求形式
RequestMethod.GET,
RequestMethod.POST,
RequestMethod.PUT,
RequestMethod.DELETE都可以访问得到。
@RequestMapping中method的默认值是什么?
没有默认值,如果不配置method,
则以任何请求形式
RequestMethod.GET,
RequestMethod.POST,
RequestMethod.PUT,
RequestMethod.DELETE都可以访问得到。