添加redis,并把敏感信息改为环境变量存储

This commit was merged in pull request #7.
This commit is contained in:
future
2026-05-29 22:27:04 +08:00
parent 29b73c1f67
commit 174e33053e
15 changed files with 508 additions and 228 deletions
+4
View File
@@ -139,6 +139,10 @@
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webflux-ui</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>
</dependencies>
<build>