這個是action:這個是service:
1 回答

撒科打諢
TA貢獻1934條經(jīng)驗 獲得超2個贊
使用@Autowired注解 那你的xml里面有沒有配置注解掃描路徑?
你使用注解注入,你得告訴spring去哪里掃描你的注解吧???
就算你不配置掃描路徑,至少得加上<context:annotation-config/>吧>
如果你想使用Autowired注解又不想加上上面的那個配置,那么最起碼你也要把這個加上吧?
<bean class="org.springframework.beans.factory.annotation. AutowiredAnnotationBeanPostProcessor "/>
添加回答
舉報
0/150
提交
取消