Stereotype Annotations 模式注解
2020-03-22 本文已影响0人
夏目无痕
@Component
下面这三个都依赖于Component
@Controller 控制器
@Service 服务
@Repository 数据仓储
@Configuration
可以理解为一组Component
@Component
下面这三个都依赖于Component
@Controller 控制器
@Service 服务
@Repository 数据仓储
@Configuration
可以理解为一组Component