|
@@ -42,7 +42,6 @@ import com.chelvc.framework.database.entity.Entity;
|
|
|
import com.chelvc.framework.database.support.EventService;
|
|
|
import com.google.common.collect.Maps;
|
|
|
import lombok.NonNull;
|
|
|
-import lombok.extern.slf4j.Slf4j;
|
|
|
import org.apache.ibatis.reflection.property.PropertyNamer;
|
|
|
import org.apache.ibatis.type.TypeHandler;
|
|
|
import org.mybatis.spring.SqlSessionTemplate;
|
|
@@ -55,7 +54,6 @@ import org.springframework.dao.DuplicateKeyException;
|
|
|
* @author Woody
|
|
|
* @date 2024/1/30
|
|
|
*/
|
|
|
-@Slf4j
|
|
|
public final class DatabaseContextHolder {
|
|
|
/**
|
|
|
* 表名/实体类型映射表
|