From 3af356440d52e673d485d1ada6f4d29c0f8d1aae Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: 星期二, 09 五月 2023 16:23:33 +0800 Subject: [PATCH] delete redis config --- springboot/src/main/resources/application-debug.yml | 12 ------------ 1 files changed, 0 insertions(+), 12 deletions(-) diff --git a/springboot/src/main/resources/application-debug.yml b/springboot/src/main/resources/application-debug.yml index 7833e50..7b27d9e 100644 --- a/springboot/src/main/resources/application-debug.yml +++ b/springboot/src/main/resources/application-debug.yml @@ -1,15 +1,3 @@ -jedis: - pool: - config: - maxTotal: 300 - maxIdle: 50 - minIdle: 20 - maxWaitMillis: 3000 - host: dev.redis.java110.com - port: 6379 - timeout: 3000 - password: hc12345678 - server: port: 8008 tomcat: -- Gitblit v1.8.0