From 0b1e9e70818f0e3eb32dd6c029d42d93236ecdc6 Mon Sep 17 00:00:00 2001
From: zrj <646384940@qq.com>
Date: Wed, 03 Jul 2024 12:07:01 +0800
Subject: [PATCH] 数据同步新增连接池配置
---
src/main/java/org/springblade/binlog/constant/BinLogConstants.java | 9 ---------
1 files changed, 0 insertions(+), 9 deletions(-)
diff --git a/src/main/java/org/springblade/binlog/constant/BinLogConstants.java b/src/main/java/org/springblade/binlog/constant/BinLogConstants.java
index 446c3fd..bfcda24 100644
--- a/src/main/java/org/springblade/binlog/constant/BinLogConstants.java
+++ b/src/main/java/org/springblade/binlog/constant/BinLogConstants.java
@@ -31,15 +31,6 @@
@Value("${binlog.table}")
private String table;
- @Value("${binlog.from.datasource.url}")
- private String fromUrl;
-
- @Value("${binlog.from.datasource.username}")
- private String fromUsername;
-
- @Value("${binlog.from.datasource.password}")
- private String fromPassword;
-
public static final int consumerThreads = 5;
// public static final long queueSleep = 1000;
--
Gitblit v1.9.3