fix: 配置文件

This commit is contained in:
2026-07-09 11:28:43 +08:00
parent 29be232789
commit 5749b95327
13 changed files with 32 additions and 55 deletions

View File

@@ -1,9 +1,10 @@
# 单体启动使用!!!
spring:
application:
name: nl-server
profiles:
active: local
active: dev
main:
allow-circular-references: true # 允许循环依赖,因为项目是三层架构,无法避免这个情况。