@Configuration @ConditionalOnBean(value=org.springframework.transaction.PlatformTransactionManager.class) @ConditionalOnMissingBean(value=org.springframework.transaction.annotation.AbstractTransactionManagementConfiguration.class) @EnableTransactionManagement(order=2147483637) public class EnableTransactionManagementConfiguration extends Object
TransactionAutoConfiguration.
If a module wants to use target class proxying by default, it should specify its own transaction management approach.| Modifier and Type | Field and Description |
|---|---|
static int |
INTERCEPT_ORDER
Order for the AOP interceptor.
|
| Constructor and Description |
|---|
EnableTransactionManagementConfiguration() |
public static final int INTERCEPT_ORDER
Copyright © 2020. All rights reserved.