From 8a881a2c54673d4223425f17bc5cae8eef4e5649 Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Fri, 22 Mar 2024 17:26:43 +0800
Subject: [PATCH] 反诈宣传和反诈预警查询调整

---
 src/main/java/org/springblade/binlog/constant/BinLogConstants.java |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/src/main/java/org/springblade/binlog/constant/BinLogConstants.java b/src/main/java/org/springblade/binlog/constant/BinLogConstants.java
index b22a685..797afc5 100644
--- a/src/main/java/org/springblade/binlog/constant/BinLogConstants.java
+++ b/src/main/java/org/springblade/binlog/constant/BinLogConstants.java
@@ -31,6 +31,15 @@
 	@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