mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-19 12:57:12 +08:00
refactor: 适配 ContiNew Starter 日志及数据库工具的包结构优化
This commit is contained in:
@@ -21,7 +21,7 @@ import org.springframework.context.annotation.Configuration;
|
||||
|
||||
import top.charles7c.continew.admin.monitor.mapper.LogMapper;
|
||||
import top.charles7c.continew.admin.system.service.UserService;
|
||||
import top.charles7c.continew.starter.log.common.dao.LogDao;
|
||||
import top.charles7c.continew.starter.log.core.dao.LogDao;
|
||||
import top.charles7c.continew.starter.log.httptracepro.autoconfigure.ConditionalOnEnabledLog;
|
||||
import top.charles7c.continew.starter.web.autoconfigure.trace.TraceProperties;
|
||||
|
||||
|
@@ -34,10 +34,10 @@ import top.charles7c.continew.admin.monitor.model.entity.LogDO;
|
||||
import top.charles7c.continew.admin.system.service.UserService;
|
||||
import top.charles7c.continew.starter.core.constant.StringConstants;
|
||||
import top.charles7c.continew.starter.core.util.ExceptionUtils;
|
||||
import top.charles7c.continew.starter.log.common.dao.LogDao;
|
||||
import top.charles7c.continew.starter.log.common.model.LogRecord;
|
||||
import top.charles7c.continew.starter.log.common.model.LogRequest;
|
||||
import top.charles7c.continew.starter.log.common.model.LogResponse;
|
||||
import top.charles7c.continew.starter.log.core.dao.LogDao;
|
||||
import top.charles7c.continew.starter.log.core.model.LogRecord;
|
||||
import top.charles7c.continew.starter.log.core.model.LogRequest;
|
||||
import top.charles7c.continew.starter.log.core.model.LogResponse;
|
||||
import top.charles7c.continew.starter.web.autoconfigure.trace.TraceProperties;
|
||||
import top.charles7c.continew.starter.web.model.R;
|
||||
|
||||
|
Reference in New Issue
Block a user