单项选择题
()注解等同于@RequestMapping(RequestMethod.GET)注解,主要作用是设置方法的访问路径并限定其访问方式为Get,此方法的请求处理路径为“/hello”。
A.@SpringBootApplication
B.@RequestMapping
C.@RestController
D.@GetMapping
点击查看答案&解析
相关考题
-
单项选择题
Thymeleaf中表示链接地址的表达式的是()。
A.${…}
B.*{…}
C.#{…}
D.@{…} -
单项选择题
自定义配置类上,一般使用()注解表示此类是一个配置类。
A.@Configuration
B.@Bean
C.@Component
D.@Value -
单项选择题
RESTFul风格参数在url中以“/param”的方式进行传递,接收传递的数值可以使用注解()。
A.@RequestParam
B.@PathVariable
C.@RequestBody
D.@RequestMapping
