Commit cab48e4b by Administrator

Update techhero-platform-basicresource-dev.yml

parent f2dfe935
...@@ -47,11 +47,16 @@ spring: ...@@ -47,11 +47,16 @@ spring:
exchanges: exchanges:
- name: basic.person.update.exchange - name: basic.person.update.exchange
type: topic type: topic
- name: dentity.send.openid.exchange
type: topic
# 队列 # 队列
queues: queues:
- name: basic.person.update.queue - name: basic.person.update.queue
routing-key: basic.person.update.key routing-key: basic.person.update.key
exchange-name: basic.person.update.exchange exchange-name: basic.person.update.exchange
- name: identity.send.openid.queue
routing-key: identity.send.openid.key
exchange-name: identity.send.openid.exchange
pdftemplate: pdftemplate:
......
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