From 6643c46839bb34c8e838b5ed26358ca5f8fe1a9f Mon Sep 17 00:00:00 2001 From: zhangli <123879394@qq.com> Date: Sun, 6 Jul 2025 16:09:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml index 8e6661e..72744ff 100644 --- a/src/main/resources/application-test.yml +++ b/src/main/resources/application-test.yml @@ -3,13 +3,13 @@ spring: cloud: nacos: discovery: - server-addr: host.docker.internal:8848 # Nacos 地址 + server-addr: 115.190.8.52:8848 # Nacos 地址 group: DEFAULT_GROUP metadata: version: 1.0.0 env: dev datasource: - url: jdbc:mysql://localhost:3306/sczx?useSSL=false&serverTimezone=UTC&allowPublicKeyRetrieval=true + url: jdbc:mysql://115.190.8.52:3306/sczx?useSSL=false&serverTimezone=UTC&allowPublicKeyRetrieval=true username: sczx_user password: Sczx123@ driver-class-name: com.mysql.cj.jdbc.Driver @@ -17,7 +17,7 @@ spring: maximum-pool-size: 10 auto-commit: true redis: - host: localhost + host: 115.190.8.52 port: 6379 lettuce: pool: