摘要: 实体对象 import com.baomidou.mybatisplus.annotation.TableField; import lombok.Data; @Data @Table("") public class User { private Long id; @TableField("t_n 阅读全文
posted @ 2024-08-30 16:02 SpecialSpeculator 阅读(74) 评论(0) 推荐(0) 编辑
摘要: 1.org.junit.Test junit4版本使用 自己项目定义的 <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.13.2</version> </dependency> 单侧中不需 阅读全文
posted @ 2024-08-30 15:57 SpecialSpeculator 阅读(34) 评论(0) 推荐(0) 编辑