gpt4 book ai didi

spring - 在 Spring 中 Autowiring 注释而不使用组件扫描

转载 作者:行者123 更新时间:2023-12-02 01:46:01 25 4
gpt4 key购买 nike

是否可以使用@Autowired注释 Autowiring bean而不使用组件扫描?

最佳答案

是的。 <context-component-scan .. />负责发现带有@Component注释的bean , @Controller , @Service , @Respository

为了处理注释( @Autowired@Resource 等),您需要 <context:annotation-config /> 。因此,注释是在applicationContext.xml中列出的bean上进行处理的。 .

据我所知,<context-component-scan .. />激活<context:annotation-config />自动。

这对于 spring 2.5 和 3.0 都是如此。 (感谢斯卡夫曼)

关于spring - 在 Spring 中 Autowiring 注释而不使用组件扫描,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2459601/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com