[manager]恢复数据库连接

This commit is contained in:
xiegaofeng
2022-03-23 07:52:26 +08:00
parent 262a765141
commit 58bb47114b

View File

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