From 62d55c9831668d69f97abfe8a4018ffb2641c390 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com> Date: Sun, 27 Jul 2025 11:20:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=87=E6=8D=A2server=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-prod.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml index 4a377dd..7f3398e 100644 --- a/src/main/resources/application-prod.yml +++ b/src/main/resources/application-prod.yml @@ -3,8 +3,8 @@ # 数据源配置 spring: datasource: -# url: jdbc:mysql://127.0.0.1:3308/gxwebsoft_core?useSSL=false&serverTimezone=UTC - url: jdbc:mysql://114.132.67.185:3308/gxwebsoft_core?useSSL=false&serverTimezone=UTC +# url: jdbc:mysql://114.132.67.185:3308/gxwebsoft_core?useSSL=false&serverTimezone=UTC + url: jdbc:mysql://47.119.165.234:3308/gxwebsoft_core?useSSL=false&serverTimezone=UTC username: gxwebsoft_core password: jdj7HYEdYHnYEFBy driver-class-name: com.mysql.cj.jdbc.Driver