From e53fcbe9fe844b7788b29c5106c1ac24d17c5535 Mon Sep 17 00:00:00 2001 From: 935090232@qq.com <ak473600000> Date: Sat, 08 May 2021 22:40:19 +0800 Subject: [PATCH] Merge branch 'score_shop' into api_score_meger --- 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