ause: java.sql.SQLException: Field 'id' doesn't have a default value ### The error may involve com.miaoshaproject.dao.UserPasswordDOMapper.insertSelective-Inline ### The error occurred while setting parameters ### SQL: insert into user_password ( enc

来源:3-11 用户模型管理--用户注册功能实现02

杭电鬼先生

2019-01-21 20:37

ause: java.sql.SQLException: Field 'id' doesn't have a default value ### The error may involve com.miaoshaproject.dao.UserPasswordDOMapper.insertSelective-Inline ### The error occurred while setting parameters ### SQL: insert into user_password      ( enc

写回答 关注

1回答

  • 杭电鬼先生
    2019-01-21 20:43:31

    就是user_info和user_password两张表的id都要设置自增长,打扰了

    lastli...

    在可视化工具里已经设置了两张表的id自增,还是会报这个错误

    2019-01-28 15:10:53

    共 1 条回复 >

SpringBoot构建电商基础秒杀项目

应用SpringBoot快速搭建拥有用户、商品、交易及秒杀活动的电商秒杀应用。

49065 学习 · 954 问题

查看课程

相似问题