Browse Source

update READMEmd

pull/37/head
cKey 5 years ago
parent
commit
1dc9492126
  1. 10
      README.en.md
  2. 7
      README.md

10
README.en.md

@ -235,6 +235,16 @@ cd aspnet-core/database
``` ```
Please use a tool such as **Navicat** to execute **apigateway-init.sql** Please use a tool such as **Navicat** to execute **apigateway-init.sql**
### Configure the RabbitMQ
Therefore project design for the micro service architecture, with the method of distributed event, communication between project USES is [DotNetCore/CAP](https://github.com/dotnetcore/CAP)
The communication mode is **RabbitMQ Server**, so you need to install **RabbitMQ** in advance. Please refer to the official website for the specific installation mode
Then you need to change the **CAP:RabbitMQ** configuration in the configuration file to set it to your own defined configuration. The **rabbitmq_management** plug-in is recommended for quick management of **RabbitMQ**
### Compiles background services ### Compiles background services

7
README.md

@ -242,6 +242,13 @@ cd aspnet-core/database
``` ```
请使用诸如**Navicat**工具执行**ApiGateway-Init.sql** 请使用诸如**Navicat**工具执行**ApiGateway-Init.sql**
### 配置RabbitMQ
因此项目设计为微服务架构,服务间通讯采用分布式事件的方式,项目采用的是[DotNetCore/CAP](https://github.com/dotnetcore/CAP)
通讯方式为**RabbitMQ Server**,所以您需要事先安装**RabbitMQ**,具体安装方式请查阅官网
然后您需要更改配置文件中的**CAP:RabbitMQ**配置项,设置为您自己定义的配置,推荐使用**rabbitmq_management**插件便于快速管理**RabbitMQ**
### 启动后台服务 ### 启动后台服务

Loading…
Cancel
Save