spring boot 连接Mybatis 后访问 mongodb 报Invalid bound statement (not found)

问题发现:原先应用中,只连接了mongodb。当连接了Mybatis后,访问mongodb相关的dao,报Invalid bound statement (not found)。

解决方案:将有关查询mongodb的Dao,和查询Mybatis的Dao,放在不同的包下面即可。

原文地址:https://www.cnblogs.com/mcahkf/p/9599402.html