This commit is contained in:
dongpx
2026-02-05 13:20:41 +08:00
parent b7ebd3778d
commit 918ec6c498

View File

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