From 4a47063b57cf950766e6e7bf2b8a852713fc32db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90li?= <15040126243@163.com> Date: Wed, 26 Jan 2022 15:34:52 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/bootstrap.yml | 31 ------------------- 1 file changed, 31 deletions(-) diff --git a/ruoyi-modules/ruoyi-system/src/main/resources/bootstrap.yml b/ruoyi-modules/ruoyi-system/src/main/resources/bootstrap.yml index 89146bbf..9d85dc95 100644 --- a/ruoyi-modules/ruoyi-system/src/main/resources/bootstrap.yml +++ b/ruoyi-modules/ruoyi-system/src/main/resources/bootstrap.yml @@ -13,37 +13,6 @@ spring: profiles: # 环境配置 active: @profiles.active@ ---- -spring: - rabbitmq: - host: 81.70.150.73 - port: 5672 - username: lihongbo - password: lihongbo.123 - cloud: - stream: - function: - # 重点配置 与 binding 名与消费者对应 - definition: delay - rabbit: - bindings: - delay-in-0: - consumer: - delayedExchange: true - delay-out-0: - producer: - delayedExchange: true - bindings: - delay-in-0: - destination: delay.exchange.cloud - content-type: application/json - group: delay-group - binder: rabbit - delay-out-0: - destination: delay.exchange.cloud - content-type: application/json - group: delay-group - binder: rabbit --- # nacos 配置 spring: