mirror of
https://gitee.com/dromara/dbswitch.git
synced 2025-10-16 06:40:23 +00:00
增加日志输出
This commit is contained in:
@@ -138,6 +138,7 @@ public class MainService {
|
||||
* @param writer
|
||||
*/
|
||||
private void doDataMigration(TableDescription tableDescription, IDatabaseWriter writer) {
|
||||
log.info("migration table for {} ", tableDescription.getTableName());
|
||||
JdbcTemplate targetJdbcTemplate = new JdbcTemplate(this.targetDataSource);
|
||||
DatabaseTypeEnum targetDatabaseType = JdbcTemplateUtils.getDatabaseProduceName(this.targetDataSource);
|
||||
|
||||
|
Reference in New Issue
Block a user