Commit 0e01dabd by qiuweili123

modify config key

parent 6a4dcb96
...@@ -15,7 +15,7 @@ import javax.annotation.Resource; ...@@ -15,7 +15,7 @@ import javax.annotation.Resource;
@Aspect @Aspect
@Component @Component
@ConditionalOnProperty(value = "matrix.auto-aop-transaction.enabled",havingValue = "true") @ConditionalOnProperty(value = "matrix.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