合并hhl代码

This commit is contained in:
chy
2026-02-11 10:11:14 +08:00
parent 0f61e5b8f2
commit 390172f426
2 changed files with 61 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ spring:
application:
name: lideeyunji-server
profiles:
active: prod # 读取配置
active: local # 读取配置
main:
allow-circular-references: true # 允许循环依赖,因为项目是三层架构,无法避免这个情况。