//package cn.gistack.sm.updaterecord;
|
//
|
//import io.geekidea.updaterecord.mybatis.UpdateRecordMybatisInterceptor;
|
//import org.springframework.context.annotation.Bean;
|
//import org.springframework.context.annotation.Configuration;
|
//
|
///**
|
// * @PROJECT_NAME: skjcmanager
|
// * @DESCRIPTION:
|
// * @USER: aix
|
// * @DATE: 2023/7/13 14:16
|
// */
|
//@Configuration
|
//public class UpdateRecordConfig {
|
//
|
// @Bean
|
// public UpdateRecordMybatisInterceptor updateRecordMybatisInterceptor(){
|
// return new UpdateRecordMybatisInterceptor();
|
// }
|
//
|
//}
|