摘要: public class DataSourceSelector { /** * 线程threadlocal */ private static ThreadLocal<String> dbLookCxt = new ThreadLocal<>(); public static final Strin 阅读全文
posted @ 2019-12-17 11:34 oc-long 阅读(192) 评论(0) 推荐(0)