Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could

maven(springboot+Mybatis)导入问题

一、问题描述
Failed to configure a DataSource: ‘url’ attribute is not specified and no embedded datasource could
Reason: Failed to determine a suitable driver class
就是:配置数据源失败:未指定“URL”属性,没有嵌入数据源
原因:未能确定合适的驱动程序类
二、问题解决
直接找到主程序入口,删除
Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could
好像是过多的指明路径导致,还是不明白为什么就可以运行了。