类 OperationLogAutoConfigure.SaveEnhanceOperationLogConfiguration
- java.lang.Object
-
- cn.bbwres.biscuit.operation.log.OperationLogAutoConfigure.SaveEnhanceOperationLogConfiguration
-
@ConditionalOnBean(OperationLogSaveService.class) protected static class OperationLogAutoConfigure.SaveEnhanceOperationLogConfiguration extends Object
当有操作日志保存实现包时注入
-
-
构造器概要
构造器 限定符 构造器 说明 protectedSaveEnhanceOperationLogConfiguration()
-
-
-
方法详细资料
-
saveOperationLogService
@Bean @Order(999999) public EnhanceOperationLogService saveOperationLogService(OperationLogSaveService operationLogSaveService)
操作日志的保存- 返回:
- saveOperationLogService
-
-