問題:
SpringBoot啟動時報錯:
Related cause: org.springframework.beans.factory.UnsatisfiedDependencyException:
Error creating bean with name 'userDaoMapper' defined in file [E:\WebProject\...
解決方案:
pom.xml文件引入了兩個Mybatis依賴包。一個是整合SpringBoot的,一個是整合Spring的jar包。兩個一起出現,起沖突了,把Spring的Mybatis去掉就可以了
參考博客:
SpringBoot啟動報錯"Related cause: org.springframework.beans.factory.UnsatisfiedDependencyException: Err" - LinFord1995的博客 - CSDN博客
https://blog.csdn.net/linford1995/article/details/77991482