Commit 65e51bf1 by Administrator

Update techhero-platform-basicresource-dev.yml

parent fefe08f0
...@@ -49,6 +49,8 @@ spring: ...@@ -49,6 +49,8 @@ spring:
type: topic type: topic
- name: identity.send.openid.exchange - name: identity.send.openid.exchange
type: topic type: topic
- name: identity2.send.openid.exchange
type: topic
# 队列 # 队列
queues: queues:
...@@ -58,6 +60,9 @@ spring: ...@@ -58,6 +60,9 @@ 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: identity2.send.openid.queue
routing-key: identity2.send.openid.key
exchange-name: identity2.send.openid.exchange
......
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