@RestController注解相当于____+____组合在一起使用。
@RestController注解相当于____+____组合在一起使用。
相关考题:
以下关于@SpringBootApplication注解及其内部注解说明错误的是() A、@SpringBootApplication注解与@SpringBootConfiguration、@EnableAutoConfiguration和@ComponentScan组合注解等效B、@SpringBootConfiguration是Spring提供的配置类注解,表示其标注的类是IoC容器的配置类C、@EnableAutoConfiguration用于将所有符合自动配置的Bean加载到当前Spring Boot创建并使用的IoC容器中D、@ComponentScan:用于自动扫描和加载符合条件的组件或Bean
@SpringBootApplication注解是一个组合注解,包括有()。 A、@SpringBootConfigurationB、@EnableAutoConfigurationC、@ComponentScanD、@Configuration
4、在注解为中心的配置中,要让XML配置定义的Bean生效,应使用哪个注解导入XML配置?A.@ImportB.@ImportResourceC.@importD.@importResource
【填空题】Spring MVC框架传入参数,使用注解__________。