Failed to configure a DataSource: ‘url‘ attribute is not specified...bug解决方案

Posted Eric%258436

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Failed to configure a DataSource: ‘url‘ attribute is not specified...bug解决方案相关的知识,希望对你有一定的参考价值。

** 如有错误,感谢指正**

如有错误,感谢指正,请私信博主,有辛苦红包,拜“一字之师”。

请根据目录寻找自己需要的段落

导语:本博客为个人整理Java学习记录帖,如有错误,感谢指正。系统学习,欢迎持续关注,后续陆陆续续更新
Java 交流qq群 383245788

如果你出现的问题与我类似,不妨看看我的解决方案。

问题页

log中出现的报错信息
No MyBatis mapper was found in ‘[com.ego]’ package. Please check your
configuration. Will not attempt to authenticate using SASL (unknown error)

控制台输出

解决方式一

解决方式一,看了很多博客,大多都是这个解决方法。但是没解决我这个问题

解决方式二

因为
1.pom中的spring-web和spring-webmvc的版本不一致, 统一一下依赖的版本
2.如果没有配置数据库相关的东西, 先把mybatis,mysql的pom依赖注释掉

我是在consumerModel里面引用了mapper的maven依赖导致的问题,删掉就好了。

以上是关于Failed to configure a DataSource: ‘url‘ attribute is not specified...bug解决方案的主要内容,如果未能解决你的问题,请参考以下文章

struts报错严重: Dispatcher initialization failed Unable to load configuration.

Failed to upgrade Oracle Cluster Registry configuration(root.sh)

安装Intel HAXM:"failed to configure driver unknown error. failed to open driver"

Failed to configure a DataSource 'url' attribute问题解决

springboot启动报错:Failed to configure a DataSource

Springboot Failed to configure a DataSource: ‘url‘ attribute is not specified and no embedded