public class DataSourceHolder { private static final ThreadLocal<DataSourceKey> dataSourceKey = new ThreadLocal<>(); public static DataSourceKey getDataSourceKey() { return dataSourceKey.get(); }