From dc50e5fa7a43c871d95addf5bb5fff339946cc01 Mon Sep 17 00:00:00 2001 From: eric <465889110@qq.com> Date: Thu, 11 Sep 2025 19:16:57 +0800 Subject: [PATCH] no message --- pom.xml | 6 ++++++ src/main/resources/application.yml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ab6fd2a..2932f35 100644 --- a/pom.xml +++ b/pom.xml @@ -141,6 +141,12 @@ spring-boot-starter-data-redis + + org.apache.commons + commons-pool2 + 2.9.0 + + mysql diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 2d3983a..fae11dd 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,4 +1,4 @@ spring: application: - name: sczx-singlepay # 微服务名称 + name: sczx-singlepay # 微服务名称 \ No newline at end of file