Cannot obtain primary key information from the database, generated objects may be incomplete

阅读 28

2022-09-06


问题描述

在整合mybatis时只是生成了两个insert()函数,并且提示

[WARNING] Cannot obtain primary key information from the database, generated objects may be incomplete

Cannot obtain primary key information from the database, generated objects may be incomplete_mysql

解决方法

在jdbc连接url上加nullCatalogMeansCurrent=true

url=jdbc:mysql://localhost:3306/helloword?useUnicode=true&characterEncoding=utf-8&nullCatalogMeansCurrent=true

亲测已经解决

Cannot obtain primary key information from the database, generated objects may be incomplete_ico_02


Cannot obtain primary key information from the database, generated objects may be incomplete_自动生成_03


精彩评论(0)

0 0 举报