这个是action:这个是service:
1 回答
撒科打诨
TA贡献1934条经验 获得超2个赞
使用@Autowired注解 那你的xml里面有没有配置注解扫描路径?
你使用注解注入,你得告诉spring去哪里扫描你的注解吧???
就算你不配置扫描路径,至少得加上<context:annotation-config/>吧>
如果你想使用Autowired注解又不想加上上面的那个配置,那么最起码你也要把这个加上吧?
<bean class="org.springframework.beans.factory.annotation. AutowiredAnnotationBeanPostProcessor "/>
添加回答
举报
0/150
提交
取消