原文:Springboot 抛出Failed to determine a suitable driver class异常原因

SpringBoot项目,已经依赖了MySQL驱动,却还是无法启动,通过问题排除,如果是启动项目,那么pom值 Failed to configure a DataSource: url attribute is not specified and no embedded datasource could be configured. Reason: Failed to determine a s ...

2019-09-26 06:13 0 2627 推荐指数:

查看详情

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