From ef1cc8215ba09f7ea77bcf096ce037f61ed5becc Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Tue, 06 Dec 2022 21:44:14 +0800
Subject: [PATCH] 20221130
---
src/main/resources/application-prod.yml | 22 +++++++++++-----------
1 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml
index b8046db..c33a05f 100644
--- a/src/main/resources/application-prod.yml
+++ b/src/main/resources/application-prod.yml
@@ -15,21 +15,21 @@
datasource:
# 数据源-1,名称为 base
base:
- username: db_sdm
- password: sdm123!@#
- # 47.111.90.145
+ username: db_bnbweb
+ password: bnbweb123!@#
+ # 154.91.195.148
driver-class-name: com.mysql.cj.jdbc.Driver
- url: jdbc:mysql://127.0.0.1:3306/db_sdm?useUnicode=true&characterEncoding=UTF-8&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2b8
+ url: jdbc:mysql://127.0.0.1:3306/db_bnbweb?useUnicode=true&characterEncoding=UTF-8&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2b8
redis:
# Redis数据库索引(默认为 0)
- database: 6
+ database: 11
# Redis服务器地址
host: 127.0.0.1
# Redis服务器连接端口
port: 6379
# Redis 密码
- password: zhongji-mall=-0
+ password: dapp!@#123
lettuce:
pool:
# 连接池中的最小空闲连接
@@ -45,8 +45,8 @@
rabbitmq:
host: 127.0.0.1
port: 5672
- username: zj_mall
- password: zj_mall123
+ username: xc_rabbit
+ password: xuncong123
publisher-confirm-type: correlated
jackson:
@@ -55,7 +55,7 @@
system:
online-transfer: true
- chain-listener: true
- reset-job: true
- quartz-job: true
+ chain-listener: false
+ reset-job: false
+ quartz-job: false
debug: false
\ No newline at end of file
--
Gitblit v1.9.1