@Configuration(proxyBeanMethods=false)
@ConditionalOnWebApplication
@ConditionalOnMissingBean(value=org.apache.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 |
|---|---|
org.apache.seata.integration.http.JakartaSeataWebMvcConfigurer |
jakartaSeataWebMvcConfigurer()
The Jakarta seata web mvc configurer.
|
org.apache.seata.integration.http.SeataWebMvcConfigurer |
seataWebMvcConfigurer()
The Javax seata web mvc configurer.
|
@Bean @ConditionalOnClass(name="jakarta.servlet.http.HttpServletRequest") public org.apache.seata.integration.http.JakartaSeataWebMvcConfigurer jakartaSeataWebMvcConfigurer()
@Bean @ConditionalOnMissingBean(value=org.apache.seata.integration.http.JakartaSeataWebMvcConfigurer.class) public org.apache.seata.integration.http.SeataWebMvcConfigurer seataWebMvcConfigurer()
Copyright © 2024 Apache. All rights reserved.