Browse Source

update README.md.

xiwa 3 years ago
parent
commit
aaf0e01173
1 changed files with 7 additions and 1 deletions
  1. 7 1
      README.md

+ 7 - 1
README.md

@@ -48,12 +48,18 @@
 
 **注:** es版本为7.15.2,mysql版本为8.0+
 
-##### 切换为mysql方法(其它数据库同理)
+##### 关系数据库切换为mysql方法(其它数据库同理)
 
 1、将iot-rdb-data-service/pom.xml中的mysql驱动注释放开
 
 2、启动时指定active: --spring.profiles.active=mysql
 
+##### 时序数据库切换为TDengein方法(feature分支)
+
+1、注释掉iot-standalone/pom.xml中的 iot-es-temporal-service,并打开iot-td-temporal-service的注释
+
+2、application.xml中注释掉elasticsearch配置,并打开td-datasource配置
+
 
 #### 运行步骤
 1、安装jdk11