UpgradeMapper.xml 文件 listTableNameMysql方法 原sql select table_name from information_schema.tables where table_schema='gen' 该问题导致 如果数据库名字不是 gen,那么再次启动项目会报错 建议改为 SHOW TABLES
select table_name from information_schema.tables where table_schema='gen'
SHOW TABLES
登录 后才可以发表评论
FileDragTip