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; ...@@ -15,7 +15,7 @@ import javax.annotation.Resource;
@Aspect @Aspect
@Component @Component
@ConditionalOnProperty(value = "transaction.support.enabled",havingValue = "true") @ConditionalOnProperty(value = "matrix.auto-aop-transaction.enabled",havingValue = "true")
public class AopTransaction { public class AopTransaction {
@Resource @Resource
private PlatformTransactionManager transactionManager; 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