fix: 配置文件
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
# 单体启动使用!!!
|
||||
spring:
|
||||
application:
|
||||
name: nl-server
|
||||
|
||||
profiles:
|
||||
active: local
|
||||
active: dev
|
||||
|
||||
main:
|
||||
allow-circular-references: true # 允许循环依赖,因为项目是三层架构,无法避免这个情况。
|
||||
|
||||
Reference in New Issue
Block a user