服务发布(无redis版)

This commit is contained in:
2025-05-20 16:33:07 +08:00
parent eee91c212a
commit 3599a052a3
12 changed files with 274 additions and 1 deletions

View File

@ -39,6 +39,10 @@
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>