接口风格

web开发1.传统的接口和Restful风格的区别传统的api接口:@RequestMapping("saveUser")public String saveUser(){ return "保存用户";}@RequestMapping("del