框架技术SpringBoot ---- RESTful架构风格【vue和springBoot配合】
SpringBoot框架内容管理接口的架构风格----RESTfulREST介绍RESTful的注解@PathVariable获取url中数据@RestController@Controller和@Responsebody复合注解@GetMappingget请求等同于@RequestMapping(method=RequestMethod.GET)@PostMappingpost请求@PutMap