BJ_FS
/
urbanops
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
f663fd5c598c6c2defd337f373d3ab827eeae126
Authored by
王富生
2026-03-13 18:55:49 +0800
1 parent
e386f50f
抢险任务提交update
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
urbanops-server/src/main/resources/application.yaml
urbanops-server/src/main/resources/application.yaml
View file @
f663fd5
...
...
@@ -5,6 +5,7 @@ spring:
5
5
profiles:
6
6
active: prod
7
7
8
+
8
9
main:
9
10
allow-circular-references: true # 允许循环依赖,因为项目是三层架构,无法避免这个情况。
10
11
...
...