mirror of https://gitee.com/stylefeng/roses
【8.0.5】MetaObjectHandler更新条件判断
parent
122ab0a19f
commit
1691749914
|
@ -115,6 +115,7 @@ public class ProjectMyBatisPlusAutoConfiguration {
|
||||||
* @since 2020/11/30 22:41
|
* @since 2020/11/30 22:41
|
||||||
*/
|
*/
|
||||||
@Bean
|
@Bean
|
||||||
|
@ConditionalOnMissingBean(MetaObjectHandler.class)
|
||||||
public MetaObjectHandler metaObjectHandler() {
|
public MetaObjectHandler metaObjectHandler() {
|
||||||
return new CustomMetaObjectHandler();
|
return new CustomMetaObjectHandler();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue