org.macrocloud.kernel.seata.config.SeataConfiguration Maven / Gradle / Ivy
package org.macrocloud.kernel.seata.config;
import org.macrocloud.kernel.launch.props.MacroPropertySource;
import org.springframework.context.annotation.Configuration;
import org.springframework.core.Ordered;
import org.springframework.core.annotation.Order;
/**
* Seata配置类
*
*/
@Configuration(proxyBeanMethods = false)
@Order(Ordered.HIGHEST_PRECEDENCE)
@MacroPropertySource(value = "classpath:/kernel-seata.yml")
public class SeataConfiguration {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy