摘要: 参考: https://blog.csdn.net/qq_45684867/article/details/123951309 阅读全文
posted @ 2022-10-19 16:19 1161588342 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 参考: https://blog.csdn.net/lianghecai52171314/article/details/127330916 阅读全文
posted @ 2022-10-19 15:15 1161588342 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 上次因为自增,发现配置没生效, 修改后如下 # 配置mybatis-plus, 参考:com.baomidou.mybatisplus.autoconfigure.MybatisPlusProperties mybatis-plus: # 扫描mapper, 默认:classpath*:/mappe 阅读全文
posted @ 2022-10-19 12:14 1161588342 阅读(31) 评论(0) 推荐(0) 编辑
摘要: 参考: https://blog.csdn.net/u012019209/article/details/124585933 @TableId(type = IdType.AUTO) private Long id; 查看源码, 默认用的雪花算法,所以很大,改为 AUTO正常 阅读全文
posted @ 2022-10-19 11:34 1161588342 阅读(23) 评论(0) 推荐(0) 编辑