@Configuration @ConditionalOnBean(value=OptLogMarker.class) public class OptLogAutoConfiguration extends Object
| 构造器和说明 |
|---|
OptLogAutoConfiguration() |
| 限定符和类型 | 方法和说明 |
|---|---|
OptLogDataAspect |
optLogDataAspect(OptLogProperties optLogProperties,
OptLogService optLogService,
FrameworkAuthService authService) |
OptLogMybatisInterceptor |
updateRecordMybatisInterceptor(OptLogProperties optLogProperties) |
@Bean public OptLogDataAspect optLogDataAspect(OptLogProperties optLogProperties, OptLogService optLogService, FrameworkAuthService authService)
@Bean
@ConditionalOnProperty(name="app.opt-log.data-log",
havingValue="true")
public OptLogMybatisInterceptor updateRecordMybatisInterceptor(OptLogProperties optLogProperties)
Copyright © 2024. All rights reserved.