From 331e779e1195826d5cd1e309ac2dc658e6c82768 Mon Sep 17 00:00:00 2001 From: dearlin <1261008090@qq.com> Date: Sun, 17 Dec 2023 15:48:56 +0800 Subject: [PATCH] =?UTF-8?q?add:=20=E6=95=B0=E6=8D=AE=E5=90=8C=E6=AD=A5?= =?UTF-8?q?=E7=9B=B8=E5=85=B3aop=E5=8A=9F=E8=83=BD=E8=BF=81=E7=A7=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-dev.properties | 7 +++++++ src/main/resources/application-local.properties | 7 +++++++ src/main/resources/application-master.properties | 7 +++++++ 3 files changed, 21 insertions(+) diff --git a/src/main/resources/application-dev.properties b/src/main/resources/application-dev.properties index 99e3d44c..c66f8fd1 100644 --- a/src/main/resources/application-dev.properties +++ b/src/main/resources/application-dev.properties @@ -99,3 +99,10 @@ mq.group.eightWork=scheduled_tasks_eightWork perLoc.url=http://192.168.210.32:8084 perLoc.userName=qaaqadmin perLoc.pwd=Cfd2023@ +#数据同步 +mq.topic.docking=docking +mq.group.docking=scheduled_tasks_docking + +base.info.USER_IDENTITY=GWJ +base.info.baseImgPath=https://qgqy.qhdsafety.com/file/ +base.info.BACKENDADDR=http://192.168.0.31:8992/qa-regulatory-gwj/ diff --git a/src/main/resources/application-local.properties b/src/main/resources/application-local.properties index 5ec75a6d..0027d285 100644 --- a/src/main/resources/application-local.properties +++ b/src/main/resources/application-local.properties @@ -103,3 +103,10 @@ corp.default.back-end-path=http://192.168.151.57:8092/ perLoc.url=http://192.168.210.32:8084 perLoc.userName=qaaqadmin perLoc.pwd=Cfd2023@ +#数据同步 +mq.topic.docking=docking +mq.group.docking=scheduled_tasks_docking + +base.info.USER_IDENTITY=GWJ +base.info.baseImgPath=https://qgqy.qhdsafety.com/file/ +base.info.BACKENDADDR=http://192.168.0.31:8992/qa-regulatory-gwj/ diff --git a/src/main/resources/application-master.properties b/src/main/resources/application-master.properties index e0c6949b..931a7e2f 100644 --- a/src/main/resources/application-master.properties +++ b/src/main/resources/application-master.properties @@ -77,3 +77,10 @@ gwj-backendaddr=http://192.168.0.31:8991/qa-prevention-gwj/ perLoc.url=http://192.168.210.32:8084 perLoc.userName=qaaqadmin perLoc.pwd=Cfd2023@ +#数据同步 +mq.topic.docking=docking +mq.group.docking=scheduled_tasks_docking + +base.info.USER_IDENTITY=GWJ +base.info.baseImgPath=https://qgqy.qhdsafety.com/file/ +base.info.BACKENDADDR=http://192.168.0.31:8992/qa-regulatory-gwj/