com.codingapi.tx.Constants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tx-client Show documentation
Show all versions of tx-client Show documentation
tx-client project for Spring Boot
package com.codingapi.tx;
import com.codingapi.tx.model.TxServer;
/**
* Created by lorne on 2017/6/8.
*/
public class Constants {
public static volatile boolean hasExit = false;
/**
* tm 服务对象
*/
public static TxServer txServer;
/**
* 最大模块超时时间(毫秒)
*/
public static int maxOutTime = 10000;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy