Commit 0e01dabd by qiuweili123

modify config key

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