本地提交

This commit is contained in:
yu.xiao 2017-09-01 20:07:12 +08:00
parent ab8ff75a6f
commit 720eb31569
2 changed files with 3 additions and 1 deletions

View File

@ -6,6 +6,8 @@ happylifeplat-transaction
基于java语言来开发JDK1.8事务发起者参与者与协调者底层基于netty长连接通信.
支持dubbospringcloud进行分布式事务。
<font color=#FF4500 size=20>因为文件名太长大家在拉取代码的时候执git命令git config core.longpaths true</font>
# Features
* ***事务角色***

View File

@ -34,7 +34,7 @@ public abstract class TxTransactionAspect {
@Around("txTransactionInterceptor()")
public Object interceptCompensableMethod(ProceedingJoinPoint proceedingJoinPoint) throws Throwable {
return txTransactionInterceptor.interceptor(proceedingJoinPoint);
}
}
public abstract int getOrder();
}