大改:重构项目

This commit is contained in:
2025-07-27 03:38:44 +08:00
parent 0df61f20b2
commit 4f34e9d22c
557 changed files with 9597 additions and 9880 deletions

View File

@@ -13,6 +13,22 @@ spring:
main:
allow-circular-references: true
# 修复 Springfox 与 Spring Boot 2.6+ 兼容性问题
mvc:
pathmatch:
matching-strategy: ant_path_matcher
# 启用 SpringDoc OpenAPI
springdoc:
api-docs:
enabled: true
swagger-ui:
enabled: true
# 启用 Knife4j
knife4j:
enable: true
# 连接池配置
datasource:
druid: