單項選擇題()注解等同于@RequestMapping(RequestMethod.GET)注解,主要作用是設(shè)置方法的訪問路徑并限定其訪問方式為Get,此方法的請求處理路徑為“/hello”。

A.@SpringBootApplication
B.@RequestMapping
C.@RestController
D.@GetMapping


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題Thymeleaf中表示鏈接地址的表達式的是()。

A.${…}
B.*{…}
C.#{…}
D.@{…}

2.單項選擇題自定義配置類上,一般使用()注解表示此類是一個配置類。

A.@Configuration
B.@Bean
C.@Component
D.@Value

4.單項選擇題Spring Boot默認讀取配置文件是()

A.application.properties或application.yml
B.applicationContext.xml
C.ContextLoader.properties
D.applicationContext.xml 或ContextLoader.properties

5.單項選擇題關(guān)于@Value注解,說法錯誤的是()

A.@Value注解只能注入基本數(shù)據(jù)類型
B.@Value注解使用時可以不提供相應(yīng)屬性的setter方法
C.@Value注解不支持松散綁定
D.@Value注解支持JSR303數(shù)據(jù)校驗