摘要:
public class IdWorker { private long workerId; private long datacenterId; private long sequence; public IdWorker(long workerId, long datacenterId, lon 阅读全文
摘要:
IDEA启动报错 报错信息:Error running 'TmsApplication': Command line is too long. Shorten command line for TmsApplication or also for Application default config 阅读全文
摘要:
/** * 用ThreadLocal来存储Session,以便实现Session any where. * */ public class ThreadLocalUtil { protected final Logger logger = LoggerFactory.getLogger(this.g 阅读全文