From 58bb47114bd6439862b08a87ac75eef40c57568d Mon Sep 17 00:00:00 2001 From: xiegaofeng Date: Wed, 23 Mar 2022 07:52:26 +0800 Subject: [PATCH] =?UTF-8?q?[manager]=E6=81=A2=E5=A4=8D=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=BA=93=E8=BF=9E=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manager/src/main/resources/application.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manager/src/main/resources/application.yml b/manager/src/main/resources/application.yml index ad1eb45..f4767cf 100644 --- a/manager/src/main/resources/application.yml +++ b/manager/src/main/resources/application.yml @@ -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 \ No newline at end of file