All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.macrocloud.kernel.seata.config.SeataConfiguration Maven / Gradle / Ivy

There is a newer version: 1.1.0-RELEASE
Show newest version
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