我在springmvc项目中dao层我用的@repository注解但是项目跑起来的时候报错 30
Errorcreatingbeanwithname'bookDaoImpl':Injectionofresourcedependenciesfailed;nestedex...
Error creating bean with name 'bookDaoImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find class [org.springframework.orm.hibernate4.LocalSessionFactoryBean] for bean with name 'sessionFactory' defined in class path resource [applicationContext.xml]; nested exception is java.lang.ClassNotFoundException: org.springframework.orm.hibernate4.LocalSessionFactoryBean
错误好长 我就不多写了
另外,applicationContext.xml 文件中配置的
<context:component-scan base-package="dao.impl,model,service.impl">
<context:exclude-filter type="annotation" expression="org.springframework.stereotype.Controller"/>
</context:component-scan>
是不是用来创建r creating bean with name 'bookDaoImpl'的??
使用这种dao层和service层都使用注解的所用的包是不是不一样?如果不一样,可以分享一下这些包吗? 展开
错误好长 我就不多写了
另外,applicationContext.xml 文件中配置的
<context:component-scan base-package="dao.impl,model,service.impl">
<context:exclude-filter type="annotation" expression="org.springframework.stereotype.Controller"/>
</context:component-scan>
是不是用来创建r creating bean with name 'bookDaoImpl'的??
使用这种dao层和service层都使用注解的所用的包是不是不一样?如果不一样,可以分享一下这些包吗? 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询