​Reason: Failed to determine a suitable driver class

 

Error starting ApplicationContext. To display the conditions report re-run your application with ‘debug’ enabled.

Failed to configure a DataSource: ‘url’ attribute is not specified and no embedded datasource could be configured.

最近遇到这个问题是因为改了包名,找了很久都没找到原因,csdn菜鸟太多了,基本都是复制别人的博客,从没想过自己解决问题,大佬又不屑解决这种问题,新建项目复制过去、把包名再改回去、清楚idea缓存、刷新maven,各种方法都试了,都没办法运行。

最后审查代码,发现更改包名后mybatis的xml映射文件会把工作空间给修改为类名,把包名去掉了,idea这个操作属实是一个弊端,如下

编辑

 最后加上前缀成功解决问题

编辑

如果一直出现这种问题,那么好好看看你的yml文件有没有加进编译后的文件夹中:

  

  在pom.xml中把你的yml包到  resource  中大哥?这么简单的问题都没人找出来过? 我真服了,一天天的只会cv