RabbitMQ安装介绍查看该网址 两个App都要配置 appsettings.json { "RabbitMQ": { "Connections": { "Default": { "HostName": "localhost" } }, "EventBus": { "ClientName": "MsDemo_AuthServer", "ExchangeName": "MsDemo" } }, "AllowedHosts": "*" } 来源:https://www.cnblogs.com/w2011/p/11806591.html 标签 EventBus