更改MQ配置

This commit is contained in:
liuyingfang
2024-04-09 10:56:26 +08:00
parent d2550475b4
commit dd81edb51e
8 changed files with 35 additions and 20 deletions

View File

@@ -15,7 +15,8 @@ spring:
# redis数据库索引默认为0我们使用索引为3的数据库避免和其他数据库冲突
database: 5
# redis服务器地址默认为localhost
host: 101.37.12.135
# host: 101.37.12.135
host: 127.0.0.1
# redis端口默认为6379
port: 6379
# redis访问密码默认为空
@@ -54,6 +55,7 @@ ysk:
callBackurl: https://p40312246f.goho.co/cashierService/notify/notifyCallBack
callBackIn: https://p40312246f.goho.co/cashierService/notify/memberInCallBack
default: 18710449883
prod: prod1
queue: cart_queue_putprod1

View File

@@ -56,6 +56,7 @@ ysk:
callBackurl: https://cashier.sxczgkj.cn/cashierService/notify/notifyCallBack
callBackIn: https://cashier.sxczgkj.cn/cashierService/notify/memberInCallBack
default: 19191703856
prod: prod1
queue: cart_queue_put1prod1

View File

@@ -1,5 +1,5 @@
server:
port: 9888
port: 9889
spring:
datasource:
url: jdbc:mysql://rm-bp1b572nblln4jho2.mysql.rds.aliyuncs.com/fycashier?useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useJDBCCompliantTimezoneShift=true&serverTimezone=Asia/Shanghai&useSSL=false
@@ -56,6 +56,7 @@ ysk:
callBackurl: https://cashier.sxczgkj.cn/cashierService/notify/notifyCallBack
callBackIn: https://cashier.sxczgkj.cn/cashierService/notify/memberInCallBack
default: 19191703856
prod: prod2
queue: cart_queue_put1prod2