Advertisement

@Controller、@Repository、@Service和@Component(Python版本)

阅读量:

在讨论异同之前我们看一下每个注解的源码是什么样的。

@Component

@Service

@Repository

@Controller

相同点:

所有这些关键字都带有@Component父级注解。 框架会自动识别这些具有\Component标记的组件类型。 框架在配置时会检查组件是否带有\Component标记。 将普通的POJO实例注入到Spring容器中等同于在配置文件中声明了<bean i

全部评论 (0)

还没有任何评论哟~