馬老師golang運維平臺實戰(zhàn)項目
public class DataSourceHolder {
? ?private static final ThreadLocal<DataSourceKey> dataSourceKey = new ThreadLocal<>();
? ?public static DataSourceKey getDataSourceKey() {
? ? ? ?return dataSourceKey.get();
? ?}
? ?
標(biāo)簽: