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
41adcfa751545e7088be5b149f0b3c6af9b7bbd9
Authored by
王富生
2026-03-12 21:41:08 +0800
1 parent
afff8c78
抢险任务提交update
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
urbanops-server/src/main/resources/application.yaml
urbanops-server/src/main/resources/application.yaml
View file @
41adcfa
...
...
@@ -3,7 +3,7 @@ spring:
3
3
name: urbanops-server
4
4
5
5
profiles:
6
- active:
dev
6
+ active:
prod
7
7
8
8
main:
9
9
allow-circular-references: true # 允许循环依赖,因为项目是三层架构,无法避免这个情况。
...
...