课程
/后端开发
/Java
/SpringBoot构建电商基础秒杀项目
数据库的自增
2019-03-13
源自:SpringBoot构建电商基础秒杀项目 4-3
正在回答
你数据库对应表的id字段是不是没有设置成自动增长
举报
应用SpringBoot快速搭建拥有用户、商品、交易及秒杀活动的电商秒杀应用。
2 回答''user_id' doesn't have a default value
1 回答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 回答Unsatisfied dependency expressed through field 'userDOMapper';
4 回答启动APP后,报错No active profile set, falling back to default profiles: default
2 回答 [INFO] --- mybatis-generator-maven-plugin:1.3.5:generate (default-cli) @ miaosha ---