From d44d1e438bec5321d77f8c21daf6415107a104a7 Mon Sep 17 00:00:00 2001 From: lingxiao <1@q.com> Date: Mon, 16 Mar 2026 16:37:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20auth/src/main/resources/ap?= =?UTF-8?q?plication.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- auth/src/main/resources/application.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/auth/src/main/resources/application.yml b/auth/src/main/resources/application.yml index 39762ef..3a5cc16 100644 --- a/auth/src/main/resources/application.yml +++ b/auth/src/main/resources/application.yml @@ -8,7 +8,7 @@ spring: driver-class-name: com.mysql.cj.jdbc.Driver url: jdbc:mysql://192.168.1.14:3306/test3?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf-8&useSSL=true username: root - password: lingxiao + password: hikari: minimum-idle: 3 maximum-pool-size: 10000 @@ -22,7 +22,7 @@ spring: port: 6379 database: 1 host: 192.168.1.14 - password: lingxiao + password: lettuce: pool: max-active: 2000