Commit 6a4dcb96 by qiuweili123

Merge branch 'master' into dev

modify key matrix.auto-aop-transaction.enabled
parent 686ce236
......@@ -15,7 +15,7 @@ import javax.annotation.Resource;
@Aspect
@Component
@ConditionalOnProperty(value = "transaction.support.enabled",havingValue = "true")
@ConditionalOnProperty(value = "matrix.auto-aop-transaction.enabled",havingValue = "true")
public class AopTransaction {
@Resource
private PlatformTransactionManager transactionManager;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment