摘要: 几个要记住的地方 1. 主键策略 @TableId Auto 自动数据库自增 private Long id 2. 乐观锁 @Version @Bean public MybatisPlusInterceptor mybatisPlusInterceptor() { MybatisPlusInter 阅读全文
posted @ 2022-07-02 19:30 琴声清幽 阅读(146) 评论(0) 推荐(0)