|
@ -170,7 +170,9 @@ pushMes:
|
|
method: 0
|
|
method: 0
|
|
# redis队列名称
|
|
# redis队列名称
|
|
redis_prescription_title: redisPrescription
|
|
redis_prescription_title: redisPrescription
|
|
|
|
|
|
|
|
putMesType:
|
|
|
|
#推送到redis消息类型
|
|
|
|
wechat: wechat
|
|
---
|
|
---
|
|
spring:
|
|
spring:
|
|
profiles: test
|
|
profiles: test
|
|
@ -285,6 +287,9 @@ pushMes:
|
|
method: 0
|
|
method: 0
|
|
# redis队列名称
|
|
# redis队列名称
|
|
redis_prescription_title: redisPrescription
|
|
redis_prescription_title: redisPrescription
|
|
|
|
putMesType:
|
|
|
|
#推送到redis消息类型
|
|
|
|
wechat: wechat
|
|
---
|
|
---
|
|
spring:
|
|
spring:
|
|
profiles: prod
|
|
profiles: prod
|
|
@ -395,4 +400,7 @@ pushMes:
|
|
# 1为推送redis,0为推送消息队列
|
|
# 1为推送redis,0为推送消息队列
|
|
method: 0
|
|
method: 0
|
|
# redis队列名称
|
|
# redis队列名称
|
|
redis_prescription_title: redisPrescription
|
|
|
|
|
|
redis_prescription_title: redisPrescription
|
|
|
|
putMesType:
|
|
|
|
#推送到redis消息类型
|
|
|
|
wechat: wechat
|