摘要:
一、注解 @TableName(value = "person")//指定表名 @TableId(value = "id",type = IdType.AUTO)//指定主键名及自增 @TableField(value = "name")//指定字段名 @TableField(exist = fal 阅读全文
摘要:
一、配置pom.xml <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven. 阅读全文