Commit 4fec3812 by Administrator

Update techhero-platform-basicresource-dev.yml

parent b93d0a78
...@@ -49,6 +49,8 @@ spring: ...@@ -49,6 +49,8 @@ spring:
type: TOPIC type: TOPIC
- name: dentity.send.openid.exchange - name: dentity.send.openid.exchange
type: TOPIC type: TOPIC
- name: test.send.msg.ex
type: TOPIC
# 队列 # 队列
queues: queues:
- name: basic.person.update.queue - name: basic.person.update.queue
...@@ -57,6 +59,10 @@ spring: ...@@ -57,6 +59,10 @@ spring:
- name: identity.send.openid.queue - name: identity.send.openid.queue
routing-key: identity.send.openid.key routing-key: identity.send.openid.key
exchange-name: identity.send.openid.exchange exchange-name: identity.send.openid.exchange
- name: test.send.msg.queue
routing-key: test.send.msg.key
exchange-name: test.send.msg.ex
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