chore: update project files

This commit is contained in:
AIGC Developer
2025-11-13 17:01:39 +08:00
parent 83bf064bb2
commit 2961d2b0d0
344 changed files with 11549 additions and 15941 deletions

View File

@@ -165,6 +165,13 @@
<version>3.1.880</version>
</dependency>
<!-- SpringDoc OpenAPI (Swagger) - 升级到与Spring Boot 3.5.x兼容的版本 -->
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
<version>2.7.0</version>
</dependency>
<!-- Redis支持 (可选,当前使用内存存储) -->
<!--
<dependency>