From a3085405feed1839a03682908bc5743140054546 Mon Sep 17 00:00:00 2001 From: Chopper Date: Tue, 22 Jun 2021 15:47:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B6=88=E8=B4=B9=E8=80=85=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E8=BF=98=E5=8E=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- consumer/src/main/resources/application.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/consumer/src/main/resources/application.yml b/consumer/src/main/resources/application.yml index 0c8dd83a..d50be0e6 100644 --- a/consumer/src/main/resources/application.yml +++ b/consumer/src/main/resources/application.yml @@ -4,6 +4,9 @@ server: servlet: context-path: / + # 正式部署时候,解开此处配置,防止文件夹被清除导致的文件上传失败问题 + # multipart: + # location: /Users/lifenlong/Desktop/ceshi tomcat: uri-encoding: UTF-8 threads: @@ -46,7 +49,7 @@ spring: open-in-view: false # Redis redis: - host: 192.168.0.116 + host: 127.0.0.1 port: 6379 password: lilishop lettuce: @@ -279,8 +282,6 @@ lili: notice-send-group: lili_send_notice_group after-sale-topic: lili_after_sale_topic after-sale-group: lili_after_sale_group - broadcast-topic: lili_broadcast_topic - broadcast-group: lili_broadcast_group rocketmq: name-server: 127.0.0.1:9876 producer: