第二阶段源码

This commit is contained in:
2026-04-23 11:38:47 +08:00
parent 27904a9257
commit 85bb29a749
449 changed files with 45904 additions and 1813 deletions

View File

@@ -3,7 +3,7 @@ spring:
name: yudao-server
profiles:
active: local
active: dev
main:
allow-circular-references: true # 允许循环依赖,因为项目是三层架构,无法避免这个情况。