mirror of
				https://github.com/continew-org/continew-starter.git
				synced 2025-10-31 10:57:15 +08:00 
			
		
		
		
	refactor(log): 优化包结构
This commit is contained in:
		| @@ -30,8 +30,8 @@ import top.continew.starter.log.annotation.ConditionalOnEnabledLog; | ||||
| import top.continew.starter.log.dao.LogDao; | ||||
| import top.continew.starter.log.dao.impl.DefaultLogDaoImpl; | ||||
| import top.continew.starter.log.handler.InterceptorLogHandler; | ||||
| import top.continew.starter.log.handler.LogFilter; | ||||
| import top.continew.starter.log.handler.LogHandler; | ||||
| import top.continew.starter.log.LogFilter; | ||||
| import top.continew.starter.log.LogHandler; | ||||
| import top.continew.starter.log.interceptor.LogInterceptor; | ||||
| import top.continew.starter.log.model.LogProperties; | ||||
|  | ||||
|   | ||||
| @@ -20,6 +20,7 @@ import cn.hutool.core.annotation.AnnotationUtil; | ||||
| import cn.hutool.core.text.CharSequenceUtil; | ||||
| import io.swagger.v3.oas.annotations.Operation; | ||||
| import io.swagger.v3.oas.annotations.tags.Tag; | ||||
| import top.continew.starter.log.AbstractLogHandler; | ||||
| import top.continew.starter.log.model.LogRecord; | ||||
|  | ||||
| import java.lang.reflect.Method; | ||||
|   | ||||
| @@ -29,7 +29,7 @@ import org.springframework.web.servlet.HandlerInterceptor; | ||||
| import top.continew.starter.log.annotation.Log; | ||||
| import top.continew.starter.log.model.LogProperties; | ||||
| import top.continew.starter.log.dao.LogDao; | ||||
| import top.continew.starter.log.handler.LogHandler; | ||||
| import top.continew.starter.log.LogHandler; | ||||
| import top.continew.starter.log.model.LogRecord; | ||||
|  | ||||
| import java.lang.reflect.Method; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user