修改配置代码

This commit is contained in:
chy
2026-02-10 10:50:32 +08:00
parent 2cae542098
commit bb986102f3
7 changed files with 7 additions and 7 deletions

View File

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