From 7e89971d17456dc509c5416530b289d38a7aa93f Mon Sep 17 00:00:00 2001 From: wxz Date: Thu, 2 Nov 2023 11:32:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=EF=BC=9A=E5=88=87=E6=8D=A2?= =?UTF-8?q?=E5=88=B0=E6=96=B0=E7=9A=84rds=E4=B8=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tduck-api/src/main/resources/application-preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tduck-api/src/main/resources/application-preview.yml b/tduck-api/src/main/resources/application-preview.yml index 9732a8f..cacaa6c 100644 --- a/tduck-api/src/main/resources/application-preview.yml +++ b/tduck-api/src/main/resources/application-preview.yml @@ -1,7 +1,7 @@ spring: datasource: driver-class-name: com.mysql.cj.jdbc.Driver - url: jdbc:mysql://172.16.0.15:3306/epmet_tduck?useSSL=false&useUnicode=true&characterEncoding=utf8&serverTimezone=UTC&tinyInt1isBit=false + url: jdbc:mysql://172.16.0.8:3306/epmet_tduck?useSSL=false&useUnicode=true&characterEncoding=utf8&serverTimezone=UTC&tinyInt1isBit=false username: epmet password: EpmEt_UsEr@sAAs type: com.zaxxer.hikari.HikariDataSource