From eb1749711bc75e54a3b0b6b603bba0f92fb9765f Mon Sep 17 00:00:00 2001 From: quyixiao <2621048238@qq.com> Date: Thu, 23 Oct 2025 23:18:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/bootstrap-dev.yml | 6 ++--- .../src/main/resources/bootstrap-online.yml | 27 +++---------------- 2 files changed, 7 insertions(+), 26 deletions(-) diff --git a/api-web/api-interface/src/main/resources/bootstrap-dev.yml b/api-web/api-interface/src/main/resources/bootstrap-dev.yml index a458763..31fe426 100644 --- a/api-web/api-interface/src/main/resources/bootstrap-dev.yml +++ b/api-web/api-interface/src/main/resources/bootstrap-dev.yml @@ -55,7 +55,7 @@ spring: host: 121.40.41.240 timeout: 5000 rabbitmq: - host: 121.40.41.240 - port: 5672 + host: rabit.iwulin.tech + port: 32407 username: admin - password: XiIg37HKfQg2 \ No newline at end of file + password: Ij_klfJ^$^_3IBs \ No newline at end of file diff --git a/api-web/api-interface/src/main/resources/bootstrap-online.yml b/api-web/api-interface/src/main/resources/bootstrap-online.yml index 021929a..1c5c9bb 100644 --- a/api-web/api-interface/src/main/resources/bootstrap-online.yml +++ b/api-web/api-interface/src/main/resources/bootstrap-online.yml @@ -49,26 +49,7 @@ spring: host: 172.16.5.230 timeout: 5000 rabbitmq: - host: 172.16.5.230 - port: 5672 - username: user - password: dk_eP^#fkLf30 - listener: - simple: - # 设置手动ack回复 - acknowledge-mode: manual - retry: - # 开启重试机制 - enabled: true - # 重试次数 - max-attempts: 3 - # 重试最大间隔时间 - max-interval: 100000 - # 重试初始间隔时间 - initial-interval: 100 - # 间隔时间因子 - multiplier: 20 - #设置消息发送回调 - publisher-returns: true - publisher-confirm-type: simple - virtual-host: / \ No newline at end of file + host: rabit.iwulin.tech + port: 32407 + username: admin + password: Ij_klfJ^$^_3IBs \ No newline at end of file