MybatisPlus报错 MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail ! Cause:java.lang.IllegalStateException: dbType not support : null,
dbType not support : null
你看一下报错在哪里...点断点看一下为什么会传null
你db.properties怎么写的..
https://mp.baomidou.com/config/#configlocation 跟着文档配吧
https://www.cnblogs.com/yg_zhang/p/10736442.html 这里有配置
https://blog.csdn.net/u011561335/article/details/90291303
你没有配数据库类型..
你就瞎扯...你选数据库了吗..
spring.druid.datasource.type=mysql
https://blog.csdn.net/Swollow_/article/details/83624585
你数据库 用户名密码对不对..