增加邮件功能
This commit is contained in:
@@ -59,7 +59,7 @@ spring:
|
||||
# Spring Cloud Stream 配置项,对应 BindingServiceProperties 类
|
||||
stream:
|
||||
function:
|
||||
definition: smsSendConsumer;
|
||||
definition: smsSendConsumer;mailSendConsumer;
|
||||
# Binding 配置项,对应 BindingProperties Map
|
||||
bindings:
|
||||
smsSend-out-0:
|
||||
@@ -67,6 +67,11 @@ spring:
|
||||
smsSendConsumer-in-0:
|
||||
destination: system_sms_send
|
||||
group: system_sms_send_consumer_group
|
||||
mailSend-out-0:
|
||||
destination: system_mail_send
|
||||
mailSendConsumer-in-0:
|
||||
destination: system_mail_send
|
||||
group: system_mail_send_consumer_group
|
||||
# Spring Cloud Stream RocketMQ 配置项
|
||||
rocketmq:
|
||||
# RocketMQ Binder 配置项,对应 RocketMQBinderConfigurationProperties 类
|
||||
|
||||
Reference in New Issue
Block a user