From 3fb300fe477e128976b1583ebc1a57aae372c645 Mon Sep 17 00:00:00 2001 From: KKSU <15274802129@163.com> Date: Mon, 30 Dec 2024 17:37:44 +0800 Subject: [PATCH] refactor(mallMember): 注释掉会员列表中的到期时间字段 - 在 mallMemberList.html 文件中,添加了对 '到期时间' 字段的注释 -此修改可能是为了暂时移除或隐藏该字段的显示 --- src/main/resources/application-prod.yml | 25 +++++++++++++++++-------- 1 files changed, 17 insertions(+), 8 deletions(-) diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml index 712ce34..9f3b963 100644 --- a/src/main/resources/application-prod.yml +++ b/src/main/resources/application-prod.yml @@ -22,13 +22,13 @@ redis: # Redis数据库索引(默认为 0) - database: 1 + database: 15 # Redis服务器地址 host: 127.0.0.1 # Redis服务器连接端口 port: 6379 # Redis 密码 - password: lianghua1!qaz2@WSX + password: 1234!@#$!QAZ lettuce: pool: # 连接池中的最小空闲连接 @@ -44,8 +44,8 @@ rabbitmq: host: 127.0.0.1 port: 5672 - username: e20210816 - password: e20210816 + username: xc_rabbit + password: xuncong123 publisher-confirm-type: correlated pay: @@ -75,9 +75,18 @@ static: resource: - url: https://res.mye2u.com/ - path: /home/javaweb/resource/ + url: https://res.runstep.cc/ + path: /home/javaweb/webresource/runstep/ system: - job: true - runStep: true \ No newline at end of file + job: false + runStep: true + +chain: + bsc: false + trc: false + +# rabbitMq 消费者 +# true:启动消费者 false:关闭消费者 +consumer: + open: true \ No newline at end of file -- Gitblit v1.9.1