添加 mybatis 字段默认值
This commit is contained in:
parent
8774fd3940
commit
aab48a3031
@ -22,5 +22,10 @@ public class MybatisPlusConfig {
|
||||
return interceptor;
|
||||
}
|
||||
|
||||
@Bean
|
||||
public EntityMetaObjectHandler EntityMetaObjectHandler() {
|
||||
return new EntityMetaObjectHandler();
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user