错误的描述是这样的:You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘describe’
我一直以为是mybatis-puls因为自身的原因,不能生成id。
1.我给主键备注@TableId(value = “id”,type = IdType.ASSIGN_UUID),给表明备注@TableName(“doctor”) 都不行。
2.查看了这个表的id的类型是否与主键一致,该id的类型是String、int还是long,都不行。
3.最后想到可能是关键字的原因,改了id、name、title。都不行。最后发现是不应该使用
describe