消费者配置文件还原

This commit is contained in:
Chopper 2021-06-22 15:47:44 +08:00
parent d40869fe2a
commit a3085405fe

View File

@ -4,6 +4,9 @@ server:
servlet: servlet:
context-path: / context-path: /
# 正式部署时候,解开此处配置,防止文件夹被清除导致的文件上传失败问题
# multipart:
# location: /Users/lifenlong/Desktop/ceshi
tomcat: tomcat:
uri-encoding: UTF-8 uri-encoding: UTF-8
threads: threads:
@ -46,7 +49,7 @@ spring:
open-in-view: false open-in-view: false
# Redis # Redis
redis: redis:
host: 192.168.0.116 host: 127.0.0.1
port: 6379 port: 6379
password: lilishop password: lilishop
lettuce: lettuce:
@ -279,8 +282,6 @@ lili:
notice-send-group: lili_send_notice_group notice-send-group: lili_send_notice_group
after-sale-topic: lili_after_sale_topic after-sale-topic: lili_after_sale_topic
after-sale-group: lili_after_sale_group after-sale-group: lili_after_sale_group
broadcast-topic: lili_broadcast_topic
broadcast-group: lili_broadcast_group
rocketmq: rocketmq:
name-server: 127.0.0.1:9876 name-server: 127.0.0.1:9876
producer: producer: