From fde7db2e89ceb04b6a732eb19c9c975f29fed528 Mon Sep 17 00:00:00 2001 From: fengyarnom Date: Tue, 20 May 2025 16:06:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=BA=93=E4=BF=9D=E5=AD=98?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E4=BF=AE=E6=94=B9=E4=B8=BA=E4=B8=BA=E5=8C=97?= =?UTF-8?q?=E4=BA=AC=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ntrip_load-main/src/main/resources/application.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ntrip_load-main/src/main/resources/application.yml b/ntrip_load-main/src/main/resources/application.yml index 5e2fd68..3c31118 100644 --- a/ntrip_load-main/src/main/resources/application.yml +++ b/ntrip_load-main/src/main/resources/application.yml @@ -3,7 +3,7 @@ server: spring: datasource: - url: jdbc:mysql://localhost:3306/rtk_data?useSSL=false&serverTimezone=UTC + url: jdbc:mysql://localhost:3306/rtk_data?useSSL=false&serverTimezone=shanghai username: root password: root driver-class-name: com.mysql.cj.jdbc.Driver @@ -18,4 +18,4 @@ spring: logging: level: - com.rtklib: DEBUG \ No newline at end of file + com.rtklib: DEBUG