no message

This commit is contained in:
2025-09-11 19:16:57 +08:00
parent 43c5743944
commit dc50e5fa7a
2 changed files with 7 additions and 1 deletions

View File

@ -141,6 +141,12 @@
<artifactId>spring-boot-starter-data-redis</artifactId> <artifactId>spring-boot-starter-data-redis</artifactId>
</dependency> </dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-pool2</artifactId>
<version>2.9.0</version>
</dependency>
<!-- MySQL 驱动 --> <!-- MySQL 驱动 -->
<dependency> <dependency>
<groupId>mysql</groupId> <groupId>mysql</groupId>

View File

@ -1,4 +1,4 @@
spring: spring:
application: application:
name: sczx-singlepay # 微服务名称 name: sczx-singlepay # 微服务名称