线程池+动态切库需要注意线程池中的线程连接的数据源!!! 在线程中记得切换数据源!!! Constant.THREAD_POOL_EXECUTOR.execute(()->{ DataSourceContextHolder.set(dbname);//切库 // 业务方法 });