@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @Import(value=LogRecordConfigureSelector.class) public @interface EnableLogRecord
| 限定符和类型 | 可选元素和说明 |
|---|---|
boolean |
joinTransaction
记录日志日志与业务日志是否同一个事务
|
org.springframework.context.annotation.AdviceMode |
mode
Indicate how caching advice should be applied.
|
int |
order
Indicate the ordering of the execution of the transaction advisor
when multiple advices are applied at a specific joinpoint.
|
boolean |
proxyTargetClass
!
|
public abstract String tenant
public abstract boolean proxyTargetClass
Copyright © 2023. All rights reserved.