spring标注spring标注和直接在bean中注入有什么区别[解决办法]Spring中依赖注入有三种注入方式:1:构造器注入;2:设值注入(setter方式注入);3: Feild方式注入(注解方式注入)。