|
@@ -17,13 +17,13 @@
|
|
|
*
|
|
|
*/
|
|
|
|
|
|
-package com.dragon.tj.portal.common.log.aspect;
|
|
|
+package com.dragon.tj.portal.component.log.aspect;
|
|
|
|
|
|
-import com.dragon.tj.portal.common.log.dto.SysLogDTO;
|
|
|
-import com.dragon.tj.portal.common.log.annotation.SysLog;
|
|
|
-import com.dragon.tj.portal.common.log.event.SysLogEvent;
|
|
|
-import com.dragon.tj.portal.common.log.uitl.LogTypeEnum;
|
|
|
-import com.dragon.tj.portal.common.log.uitl.SysLogUtils;
|
|
|
+import com.dragon.tj.portal.component.log.dto.SysLogDTO;
|
|
|
+import com.dragon.tj.portal.component.log.annotation.SysLog;
|
|
|
+import com.dragon.tj.portal.component.log.event.SysLogEvent;
|
|
|
+import com.dragon.tj.portal.component.log.uitl.LogTypeEnum;
|
|
|
+import com.dragon.tj.portal.component.log.uitl.SysLogUtils;
|
|
|
import lombok.RequiredArgsConstructor;
|
|
|
import lombok.SneakyThrows;
|
|
|
import lombok.extern.slf4j.Slf4j;
|