Commit 915a03d6 by Administrator

Update techhero-resources-basic-pretest.yml

parent fa3b0411
......@@ -43,15 +43,22 @@ spring:
publisher-confirms: true #确认消息已发送到交换机(Exchange)
publisher-returns: true #确认消息已发送到队列(Queue)
# 交换机
exchanges:
- name: basic.person.update.exchange
type: topic
- name: identity.send.openid.exchange
type: topic
# 队列
queues:
- name: basic.person.update.queue
routing-key: basic.person.update.key
exchange-name: basic.person.update.exchange
- name: identity.send.openid.queue
routing-key: identity.send.openid.key
exchange-name: identity.send.openid.exchange
minio:
accessKey: C64jEOgaB24CefOo
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment