|
@@ -66,7 +66,6 @@ public class DataSourceConfig {
|
|
|
|
|
|
targetDataSources.put(DataSourceType.SLAVE.name(), slaveDataSource);
|
|
|
targetDataSources.put(DataSourceType.SOP.name(), sopDataSource);
|
|
|
- targetDataSources.put(DataSourceType.SopREAD.name(), sopReadDataSource);
|
|
|
targetDataSources.put(DataSourceType.CLICKHOUSE.name(), clickhouseDataSource); // Ensure matching key
|
|
|
return new DynamicDataSource(masterDataSource, targetDataSources);
|
|
|
}
|