三七 4 ngày trước cách đây
mục cha
commit
af6ccd9525

+ 0 - 1
fs-ipad-task/src/main/java/com/fs/framework/config/DataSourceConfig.java

@@ -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);
     }