为了账号安全,请及时绑定邮箱和手机立即绑定

UserDoMapper生成只有两个函数没有selectbyPrimaryKey

public interface UserDoMapper {
    int insert(UserDo record);

    int insertSelective(UserDo record);
}


正在回答

1 回答

在节点jdbcConnection里配置useInformationSchema属性,解决了不识别主键问题

具体代码

connectionURL="jdbc:mysql://localhost:3306/test1?serverTimezone=GMT&useInformationSchema=true"


3 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

UserDoMapper生成只有两个函数没有selectbyPrimaryKey

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信