請教一個問題,謝謝
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'TestSpringTransactionDemo11': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'accountService' is defined
大神可以指導一下嗎?謝謝
2017-10-28
?spring的xml配置文件中 id =?'accountService' ?的service 初始化出問題了,查看一下xml中是不是class 的路徑配置錯誤。。。