spring boot的@RequestParam和@RequestBody的区别

如果为get请求时,后台接收参数的注解应该为RequestParam。

如果为post请求时,则后台接收参数的注解就是为RequestBody。

你可能感兴趣的:(spring,boot,前端知识)