@Autowired问题
来源:5-2 买家商品-service
慕容9569281
2020-02-08
repository层的接口都没有使用注解注入到IOC容器中,为什么service层的Impl类可以通过@Autowired注解将其注入到该类中
写回答
2回答
-
继承了JpaRepository
00 -
黑子的一生
2020-04-02
因为它继承了Repository接口,会注册为Spring Bean
00
相似问题
@Autowired问题
来源:5-2 买家商品-service
慕容9569281
2020-02-08
repository层的接口都没有使用注解注入到IOC容器中,为什么service层的Impl类可以通过@Autowired注解将其注入到该类中
2回答
继承了JpaRepository
黑子的一生
2020-04-02
因为它继承了Repository接口,会注册为Spring Bean
相似问题