每個人!Java + Eclipse + Maven + SpringMVC + Hibernate + Tomcat我通過手冊https://www.boraji.com/index.php/spring-mvc-4-hibernate-5-restful-crud-operations-example制作的項(xiàng)目完全相同,它不能在我的 Eclipse 中工作(((因?yàn)椋簅rg.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;有什么幫助嗎,我必須為我的項(xiàng)目工作修復(fù)什么?現(xiàn)在 CRUD 方法不起作用,但服務(wù)器 Tomcat 正在運(yùn)行......我的項(xiàng)目在https://github.com/OlegSandro/library-service或者你可以在下面看到我的代碼:
1 回答

滄海一幻覺
TA貢獻(xiàn)1824條經(jīng)驗(yàn) 獲得超5個贊
能夠在本地重現(xiàn)此問題并修復(fù)它。
嘗試將 mysql-connector-java 的工件版本更新到最新
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.16</version>
</dependency>
如果您使用的是最新/較新的 MySQL 版本(帖子中提到的版本除外),則這是必需的
相關(guān)問題:How to resolve Unable to load authentication plugin 'caching_sha2_password' issue
如果沒有幫助,請?zhí)峁┩暾亩褩8?,否則接受解決方案。
順便說一句,建議使用 spring boot,它更簡單和高級。
添加回答
舉報
0/150
提交
取消