From 9a3b026ebc3dfc73db02bd17a6b498690e922e1c Mon Sep 17 00:00:00 2001 From: zk Date: Wed, 11 Mar 2026 15:33:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client-api/src/main/resources/application-local.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client-api/src/main/resources/application-local.yml b/client-api/src/main/resources/application-local.yml index 9b5c602..bf4875f 100644 --- a/client-api/src/main/resources/application-local.yml +++ b/client-api/src/main/resources/application-local.yml @@ -4,13 +4,13 @@ server: # 数据源配置 spring: datasource: - url: jdbc:mysql://${MYSQL_HOST:8.138.180.255}:${MYSQL_PORT:3306}/${DB_NAME:aiResume}?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true + url: jdbc:mysql://${MYSQL_HOST:192.168.31.105}:${MYSQL_PORT:3306}/${DB_NAME:offerpie}?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true username: ${MYSQL_USERNAME:root} - password: ${MYSQL_PASSWORD:qwertyuiopasdfghjkl.zxcvbnm} + password: ${MYSQL_PASSWORD:123456} driver-class-name: com.mysql.cj.jdbc.Driver redis: - host: ${REDIS_HOST:8.138.180.255} - password: ${REDIS_PASSWORD:qwertyuiopasdfghjkl.zxcvbnm} + host: ${REDIS_HOST:192.168.31.105} + password: ${REDIS_PASSWORD:123456} port: ${REDIS_PORT:6379} timeout: 8s