原文:springboot多模塊測試啟動異常:Failed to determine a suitable driver classs

java.lang.IllegalStateException: Failed to load ApplicationContext at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext DefaultCacheAwareContextLoaderDelegate.j ...

2018-09-17 11:18 0 3654 推薦指數:

查看詳情

SpringBoot啟動報錯Failed to determine a suitable driver class

SpringBoot啟動報錯如下 把這個依賴注釋掉就好了 原因 應用沒有使用到DataSource,但是在pom.xml里引入了mybatis-spring-boot-starter 問題解決辦法 有兩種: 把mybatis-spring-boot-starter的依賴去掉 ...

Tue May 07 05:35:00 CST 2019 0 1634
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM