mirror of
https://gitee.com/dromara/Raincat.git
synced 2024-12-02 11:58:44 +08:00
本地提交
This commit is contained in:
parent
ab8ff75a6f
commit
720eb31569
@ -6,6 +6,8 @@ happylifeplat-transaction
|
|||||||
基于java语言来开发(JDK1.8),事务发起者,参与者与协调者底层基于netty长连接通信.
|
基于java语言来开发(JDK1.8),事务发起者,参与者与协调者底层基于netty长连接通信.
|
||||||
支持dubbo,springcloud进行分布式事务。
|
支持dubbo,springcloud进行分布式事务。
|
||||||
|
|
||||||
|
<font color=#FF4500 size=20>因为文件名太长,大家在拉取代码的时候执git命令:git config core.longpaths true</font>
|
||||||
|
|
||||||
# Features
|
# Features
|
||||||
|
|
||||||
* ***事务角色***
|
* ***事务角色***
|
||||||
|
@ -34,7 +34,7 @@ public abstract class TxTransactionAspect {
|
|||||||
@Around("txTransactionInterceptor()")
|
@Around("txTransactionInterceptor()")
|
||||||
public Object interceptCompensableMethod(ProceedingJoinPoint proceedingJoinPoint) throws Throwable {
|
public Object interceptCompensableMethod(ProceedingJoinPoint proceedingJoinPoint) throws Throwable {
|
||||||
return txTransactionInterceptor.interceptor(proceedingJoinPoint);
|
return txTransactionInterceptor.interceptor(proceedingJoinPoint);
|
||||||
}
|
}
|
||||||
|
|
||||||
public abstract int getOrder();
|
public abstract int getOrder();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user