Spring中定义了一系列的注解,常用的注解有()
A: @Autowired
B: @Repository
C: @Service
D: @Controller
A: @Autowired
B: @Repository
C: @Service
D: @Controller
举一反三
- Spring中的一系列的注解中, @Repository、@Service与@Controller功能与( )注解的功能相同。
- Spring中定义了一系列的注解,常用的注解有()
- 基于Annotation的装配,把service层中的javaBean注入到spring中,用什么注解? A: @Service B: @Repository C: @Autowired D: @Resource
- 下面哪个注解符号可以对Dao层的类进行注解 A: @Controller B: @Service C: @Repository D: @Qualifier
- 可以实现自动注入的注解是? A: ModelAttribute B: Service C: Controller D: Autowired