[manager]恢复数据库连接

This commit is contained in:
xiegaofeng
2022-03-23 07:53:41 +08:00
parent 58bb47114b
commit 47bf9f1901

View File

@@ -29,7 +29,7 @@ spring:
driver-class-name: com.mysql.cj.jdbc.Driver driver-class-name: com.mysql.cj.jdbc.Driver
username: root username: root
password: 123456 password: 123456
url: jdbc:mysql://127.0.0.1:3306/hertzbeat?useUnicode=true&characterEncoding=utf-8&useSSL=false url: jdbc:mysql://localhost:3306/hertzbeat?useUnicode=true&characterEncoding=utf-8&useSSL=false
platform: mysql platform: mysql
hikari: hikari:
max-lifetime: 120000 max-lifetime: 120000
@@ -66,6 +66,6 @@ warehouse:
td-engine: td-engine:
enabled: true enabled: true
driver-class-name: com.taosdata.jdbc.rs.RestfulDriver driver-class-name: com.taosdata.jdbc.rs.RestfulDriver
url: jdbc:TAOS-RS://127.0.0.1:6041/hertzbeat url: jdbc:TAOS-RS://localhost:6041/hertzbeat
username: root username: root
password: taosdata password: taosdata