@Configuration(proxyBeanMethods=false) @ConditionalOnWebApplication @ConditionalOnMissingBean(value=io.seata.integration.http.SeataWebMvcConfigurer.class) @ConditionalOnProperty(prefix="seata.client.http", name="interceptor-enabled", havingValue="true", matchIfMissing=true) @AutoConfigureOrder(value=2147483647) public class SeataHttpAutoConfiguration extends Object
| Constructor and Description |
|---|
SeataHttpAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
JakartaSeataWebMvcConfigurer |
jakartaSeataWebMvcConfigurer()
The Jakarta seata web mvc configurer.
|
SeataWebMvcConfigurer |
seataWebMvcConfigurer()
The Javax seata web mvc configurer.
|
@Bean @ConditionalOnClass(name="jakarta.servlet.http.HttpServletRequest") public JakartaSeataWebMvcConfigurer jakartaSeataWebMvcConfigurer()
@Bean @ConditionalOnMissingBean(value=io.seata.integration.http.JakartaSeataWebMvcConfigurer.class) public SeataWebMvcConfigurer seataWebMvcConfigurer()
Copyright © 2023 Seata. All rights reserved.