在SpringBoot中@AutoWired自动注入注意事项
要在A类中,使用@Autowired或者@Resource 注入B类,那么A类本身,一定也要是被Spring容器管理起来的类。
简单来讲,也就是说,A类上面必须有@Component注解 或者@Component的衍生注解(如@Service
、@Repository
、@Controller
、@RestController
、@Mapper
、@Configuration
等
本文链接:
/archives/1719814320839
版权声明:
本站所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自
落叶知秋!
喜欢就支持一下吧