类 OHSOperationLogInterceptor
java.lang.Object
xyz.raylab.ohs.interceptor.OHSOperationLogInterceptor
- 所有已实现的接口:
org.springframework.web.servlet.HandlerInterceptor
@Component
public class OHSOperationLogInterceptor
extends Object
implements org.springframework.web.servlet.HandlerInterceptor
记录Controller的方法有@OperationLog注解的操作日志
-
构造器概要
构造器构造器说明OHSOperationLogInterceptor(ApplicationEventPublisher applicationEventPublisher, xyz.raylab.authorizationserver.auth.application.AuthQueryAppService authQueryAppService) -
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.springframework.web.servlet.HandlerInterceptor
afterCompletion, postHandle
-
构造器详细资料
-
OHSOperationLogInterceptor
@Autowired public OHSOperationLogInterceptor(ApplicationEventPublisher applicationEventPublisher, xyz.raylab.authorizationserver.auth.application.AuthQueryAppService authQueryAppService)
-
-
方法详细资料