Ver código fonte

update README.md.

Signed-off-by: xiwa <xw2sy@163.com>
xiwa 2 anos atrás
pai
commit
12fdc079b9
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -81,13 +81,13 @@ Vertx event-bus(内置)、RocketMQ,通过扩展模块可接入其它任意
 
 2、启动时指定active: --spring.profiles.active=mysql
 
-##### 时序数据库切换为TDengein方法(feature分支)
+##### 时序数据库切换为TDengein方法
 
 1、注释掉iot-standalone/pom.xml中的 iot-es-temporal-service,并打开iot-td-temporal-service的注释
 
 2、application.xml中注释掉elasticsearch配置,并打开td-datasource配置
 
-##### 消息总线切换为RocketMq方法(feature分支)
+##### 消息总线切换为RocketMq方法
 
 1、注释掉iot-standalone/pom.xml中的 iot-vertx-event-bus,并打开iot-message-rocketmq的注释