60.教师可采用陆水结合,熟悉水性游戏等教学方法,帮助小学生克服怕水心理。
查看答案
用于指定当前类是一个 Spring 配置类,当创建容器时会从该类上加载注解的是哪个注解?
A. @Import
B. @PropertySource
C. @ComponentScan
D. @Configuration
用于指定 Spring 在初始化容器时要扫描的包。 作用和在 Spring 的 xml 配置文件中的 一样的注解是()。
A. @Configuration
B. @Bean
C. @PropertySource
D. @ComponentScan
使用在方法上,标注将该方法的返回值存储到 Spring 容器中的注解是?
A. @Configuration
B. @ComponentScan
C. @PropertySource
D. @Bean