相关考题
-
单项选择题
在Spring中,哪个注解用于从请求中获取请求参数()
A.@RequestParam
B.@RequestHeader
C.@RequestBody
D.@PathVariable -
单项选择题
以下哪个不是测试REST API的方法()
A.使用RestTemplate
B.使用Postman客户端工具
C.使用JMeter
D.使用Talend API Tester -
单项选择题
如何在Spring中创建一个具有分页和排序功能的REST端点()
A.使用PageRequest和Pageable
B.使用Pagination和Sorting
C.使用@Pageable注解
D.使用@Sort注解
