1.@RestController
spring4新增注解
@Controller+@ResponseBody组合注解用于返回字符串或json数据
2.@GetMapping
@requestmapping+get请求方法组合
3.@PostMapping
@requestmapping+post请求方法组合
4.@putmapping
5.@Deletemapping1.@RestController
spring4新增注解
@Controller+@ResponseBody组合注解用于返回字符串或json数据
2.@GetMapping
@requestmapping+get请求方法组合
3.@PostMapping
@requestmapping+post请求方法组合
4.@putmapping
5.@Deletemapping