From d388e2788b7ef088d7cd40f901b0acdcec460bc3 Mon Sep 17 00:00:00 2001 From: wzy <wzy19931122ai@163.com> Date: Thu, 01 Apr 2021 00:19:23 +0800 Subject: [PATCH] modify --- 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