From 4a0c4ea48812f93cb283e6a818bd8c949c592f80 Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期二, 19 三月 2024 11:44:23 +0800
Subject: [PATCH] 修改通讯

---
 springboot-vue3/src/main/resources/application.properties |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/springboot-vue3/src/main/resources/application.properties b/springboot-vue3/src/main/resources/application.properties
index c29dabf..5f6b5f7 100644
--- a/springboot-vue3/src/main/resources/application.properties
+++ b/springboot-vue3/src/main/resources/application.properties
@@ -23,9 +23,6 @@
 spring.jackson.date-format=yyyy-MM-dd HH:mm:ss
 spring.jackson.time-zone=GMT+8
 
-spring.rabbitmq.host=10.153.19.150
-spring.rabbitmq.port=5672
-spring.rabbitmq.username=guest
-spring.rabbitmq.password=guest
+
 
 

--
Gitblit v1.8.0