每个人!
Java + Eclipse + Maven + SpringMVC + Hibernate + Tomcat
我通过手册https://www.boraji.com/index.php/spring-mvc-4-hibernate-5-restful-crud-operations-example制作的项目完全相同,它不能在我的 Eclipse 中工作(((因为:
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'bookDaoImpl': Unsatisfied dependency expressed through field 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'getSessionFactory' defined in com.example.spring.config.AppConfig: Invocation of init method failed;
有什么帮助吗,我必须为我的项目工作修复什么?现在 CRUD 方法不起作用,但服务器 Tomcat 正在运行......
我的项目在https://github.com/OlegSandro/library-service或者你可以在下面看到我的代码:
沧海一幻觉
相关分类