From a6420febe0bcb2080da46f2036561d30931b7501 Mon Sep 17 00:00:00 2001 From: xiwa Date: Sun, 13 Aug 2023 09:12:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E8=BF=98=E5=8E=9F=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E6=97=B6=E5=BA=8F=E6=95=B0=E6=8D=AE=E5=BA=93=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application.yml | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/iot-starter/src/main/resources/application.yml b/iot-starter/src/main/resources/application.yml index 42e32e47..f5693157 100644 --- a/iot-starter/src/main/resources/application.yml +++ b/iot-starter/src/main/resources/application.yml @@ -88,22 +88,22 @@ spring: # ============mysql配置结束============>> #<<================es时序数据配置开始=============== -# elasticsearch: -# rest: -# #使用内置es的配置 -# #uris: http://elasticsearch:9200 -# uris: http://127.0.0.1:9200 -# username: -# password: -# connection-timeout: 10s + elasticsearch: + rest: + #使用内置es的配置 + #uris: http://elasticsearch:9200 + uris: http://127.0.0.1:9200 + username: + password: + connection-timeout: 10s #================es时序数据配置结束===============>> #<<===========tdengine时序数据库配置开始============ - td-datasource: - url: jdbc:TAOS-RS://127.0.0.1:6041/iotkit?timezone=UTC-8&charset=UTF-8&locale=en_US.UTF-8 - username: root - password: taosdata - driverClassName: com.taosdata.jdbc.rs.RestfulDriver +# td-datasource: +# url: jdbc:TAOS-RS://127.0.0.1:6041/iotkit?timezone=UTC-8&charset=UTF-8&locale=en_US.UTF-8 +# username: root +# password: taosdata +# driverClassName: com.taosdata.jdbc.rs.RestfulDriver #===========tdengine时序数据库配置开始============>> redis: