A.CTable是一个基于Spring和Mybatis的Maven项目,actable 支持springboot,增强了Mybatis的功能,通过配置model注解的方式来创建表,修改表结构,目前仅支持Mysql ,码云上有各个发布版本的记录:https://gitee.com/sunchenbin/mybatis-enhance/releases
125
stars
57
forks
source link
@TableField注解能否忽略? #15
Open
hejiadongqq opened 3 years ago
如题 老项目里都没写@TableField注解,自动生成表的时候忽略了,能否增加配置来默认为表字段呢?