update README.md.

V0.5.x
xiwa 2022-08-06 17:02:44 +00:00 committed by Gitee
parent 5068cadb01
commit aaf0e01173
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 7 additions and 1 deletions

View File

@ -48,12 +48,18 @@
**注:** es版本为7.15.2mysql版本为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