Bean named 'ddlApplicationRunner' is expected to be of type 'org.springframework

212 阅读1分钟

这是因为myBatisplus和springboot版本不兼容导致的错误。

image.png 最后我是springboot:3.2.1,mybatis-plus:3.5.5解决问题。 你也可以去看看官方文档对应的版本:MyBatis-Plus 🚀 为简化开发而生 (baomidou.com)