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

cn.flood.cloud.seata.props.SeataProperties Maven / Gradle / Ivy

There is a newer version: 2.7.14.0
Show newest version
package cn.flood.cloud.seata.props;

import lombok.Data;
import org.springframework.boot.context.properties.ConfigurationProperties;

/**
 * Seata配置
 *
 * @author mmdai
 * @version 1.0
 * @date 2022/4/13 12:28
 */
@Data
@ConfigurationProperties(prefix = "seata")
public class SeataProperties {

  private String applicationId;

  private String txServiceGroup;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy