From 85dce973eb29eb2372c76d5b95b30354da9c41c8 Mon Sep 17 00:00:00 2001
From: 935090232@qq.com <ak473600000>
Date: Tue, 22 Feb 2022 23:08:51 +0800
Subject: [PATCH] fead:新增收银员字段

---
 zq-erp/src/main/resources/config/lhx/application.properties |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/zq-erp/src/main/resources/config/lhx/application.properties b/zq-erp/src/main/resources/config/lhx/application.properties
index cf6a730..44b584e 100644
--- a/zq-erp/src/main/resources/config/lhx/application.properties
+++ b/zq-erp/src/main/resources/config/lhx/application.properties
@@ -1,4 +1,4 @@
-evn=dev
+evn=lhx
 server.port=8080
 
 
@@ -37,11 +37,10 @@
 
 
 #rabbitMQ配置
-rabbitmq.host=47.111.134.136
+rabbitmq.host=120.27.238.55
 rabbitmq.port=5672
-rabbitmq.username=hivequeue
-rabbitmq.password=hivequeueadmin
-useRabbit=false
+rabbitmq.username=ct_rabbit
+rabbitmq.password=123456
 
 server.session.timeout=120
 
@@ -57,4 +56,4 @@
 #定时任务
 scheduling.enabled=true
 
-swagger.enable=false
\ No newline at end of file
+swagger.enable=true
\ No newline at end of file

--
Gitblit v1.9.1