\345\237\272\347\241\200APP/RabbitMQ APP.md
... ...
@@ -15,8 +15,10 @@ rabbitmq.port=5672
15 15
rabbitmq.username=admin
16 16
rabbitmq.password=password
17 17
```
18
-建议使用APP的配置中心进行配置。在app.json里配置
19
-````properties
18
+建议作为APP的配置信息在配置中心进行配置。
19
+例:在app.json里配置
20
+```
21
+`properties
20 22
"appConfig": {
21 23
"host": {
22 24
"value": "",