相关考题
-
单项选择题
()注解等同于@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
